MavenRepositoryForAddonAPI < Projects < TWiki
|
TWiki . Projects . MavenRepositoryForAddonAPI
|
Maven Repository for AddOn Interfaces
The maven repository for addon API
sdk-addon-api-0.2.jar is hosted at
http://download.java.net/maven/1/javaee/jars/
One of the ways to get the sdk-addon-api-0.2.jar is by declaring a project dependency in your maven's project.xml, an extract:
<dependency>
<groupId>javaee</groupId>
<artifactId>sdk-addon-api</artifactId>
<version>0.2</version>
</dependency>
Then include the jar in your classpath for compilation purposes.
-- Main.msreddy - 14 Jun 2007
----- Revision r2 - 27 Jul 2007 - 05:47:10 - Main.msreddy
|