Download ossindex-api-0.0.8.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.8 in this page.

License

BSD 3-Clause License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials