Skip to content

ndonewar/ossindex-public

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sonatype OSS Index - Public

license

maven-central

Provides API and clients for Sonatype OSS Index.

See Javadocs for API and client reference.

Using the client

To add a dependency on the OSS Index client, use the following:

<dependency>
  <groupId>org.sonatype.ossindex</groupId>
  <artifactId>ossindex-service-client</artifactId>
  <version>1.6.0</version>
</dependency>

Two options for transports are provided:

Building

Requirements

  • Apache Maven 3.3+ (prefer to use included mvnw)
  • JDK 7+ (10 is NOT supported)

Build

./mvnw clean install

Publish the docs

Checkout the release branch, and then:

./mvnw clean javadoc:aggregate scm-publish:publish-scm -Pdocs

About

Sonatype OSS Index - Public

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 90.2%
  • Groovy 9.8%