VectorCollection promoted to Maven Central
Monday, September 19th, 2011I'm pleased to annnouce that my VectorCollection Flex library has been promoted to the Maven Central repository.
This replaces the version in my own repo http://repo.bealearts.co.uk/maven2/.
The new 1.1.0-Final version of the VectorCollection library can now be included in your dependencies with:
<dependencies><dependency><groupId>com.bealearts.collection</groupId><artifactId>vector-collection</artifactId><version>1.1.0-Final</version><type>swc</type></dependency></dependencies>
