Archive for the ‘Java’ Category

BealeARTS Maven repository for VectorCollection library

Sunday, May 22nd, 2011

I have setup a Maven repository for BealeARTS open-source components to allow easy dependancy management for those using Maven to manage your projects.

The repo is located at http://repo.bealearts.co.uk/maven2/ and can be included in your POM using:

  1. <repositories>
  2. <repository>
  3. <name>BealeARTS Maven Repository</name>
  4. <id>bealearts</id>
  5. <url>http://repo.bealearts.co.uk/maven2/</url>
  6. </repository>
  7. </repositories>

The 1.0.3-Final version of my VectorCollection library can then be included in your dependancies with:

  1. <dependencies>
  2. <dependency>
  3. <groupId>com.bealearts.collection</groupId>
  4. <artifactId>vector-collection</artifactId>
  5. <version>1.0.3-Final</version>
  6. <type>swc</type>
  7. </dependency>
  8. </dependencies>

Copyright © 2005, David Beale

  • Valid XHTML 1.0!
  • Valid CSS
  • Level Triple-A conformance icon, W3C-WAI Web Content Accessibility Guidelines 1.0