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

sdkman/sdkman-java-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###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

About

An sdk for the Groovy enVironment Manager (GVM)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published