Skip to content
This repository was archived by the owner on Feb 18, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 745 Bytes

File metadata and controls

21 lines (12 loc) · 745 Bytes

###GVM Java SDK

This library is for the purpose of interacting with the GVM REST API from within your Java project. It exposes various convenience methods for retrieving encapsulated data.

Using it is simple:

def gvmClient = new GvmClient("http://dev.gvmtool.net")

def candidates = gvmClient.getCandidates()
candidates.each { println it.name }

def versions = gvmClient.getVersionsFor("groovy")
versions.each { println it.name }

Lots more features coming soon!!!

Distribution

GVM-SDK is currently distributed through Bintray

Download