Download ossindex-api-2.3.1.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.3.1 in this page.

License

BSD 3-Clause License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials