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

Jar examples for o:ossindex-api

Description

OSS Index REST API access library

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

License

BSD 3-Clause License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials