Java API Downloads

Jar files containing the Plastic API in Java are available from the links in the sidebar.

Maven Users

Maven 2 users can automatically download and link to the Java binaries on this site by including the following in their POM:

         
        <dependency>
            <groupId>org.votech.ds6.plastic</groupId>
            <artifactId>plastic-api1.4</artifactId>
            <version>version</version>
            <type>jar</type>
        </dependency>
        ...
        <repositories>
         <repository>
            <id>agmaven1</id>
            <name>AstroGrid Maven 1.0</name>
            <url>http://www.astrogrid.org/maven</url>
            <layout>legacy</layout>
         </repository>
         <repository>
            <id>agmaven2</id>
            <name>AstroGrid Maven 2.0</name>
            <url>http://www.astrogrid.org/maven</url>
         </repository>        
        </repositories>
        
        

Other Java Downloads

Other Java Downloads include libraries to help plasticize your application, and an example client.