Download ossindex-api-0.0.2.jar file - Jar o

Jar examples for o:ossindex-api

Description

OSS Index REST API access library

You can download jar file ossindex-api 0.0.2 in this page.

License

BSD 3-Clause License

Build File

You can use the following script to add ossindex-api-0.0.2.jar to your project.

<dependency>
   <groupId>net.ossindex</groupId>
   <artifactId>ossindex-api</artifactId>
   <version>0.0.2</version>
</dependency>
compile group: 'net.ossindex', name: 'ossindex-api', version: '0.0.2'
libraryDependencies += "net.ossindex" % "ossindex-api" % "0.0.2"
<dependency org="net.ossindex" name="ossindex-api" rev="0.0.2"/>
@Grapes(@Grab(group='net.ossindex', module='ossindex-api', version='0.0.2'))
'net.ossindex:ossindex-api:jar:0.0.2'

Download

Click the following link to download the jar file.

ossindex-api-0.0.2-javadoc.jar
ossindex-api-0.0.2-sources.jar
ossindex-api-0.0.2.jar
ossindex-api-0.0.2.pom



Related Tutorials