11# DigitalOcean API Client
2- [ ![ Build Status] ( https://travis-ci.org/jeevatkm/digitalocean-api-java.svg?branch=master )] ( https://travis-ci.org/jeevatkm/digitalocean-api-java ) [ ![ Version] ( https://img.shields.io/badge/version-2.9 -blue.svg )] ( https://github.com/jeevatkm/digitalocean-api-java/releases/latest ) [ ![ License] ( https://img.shields.io/github/license/jeevatkm/digitalocean-api-java.svg )] ( LICENSE )
2+ [ ![ Build Status] ( https://travis-ci.org/jeevatkm/digitalocean-api-java.svg?branch=master )] ( https://travis-ci.org/jeevatkm/digitalocean-api-java ) [ ![ Version] ( https://img.shields.io/badge/version-2.10 -blue.svg )] ( https://github.com/jeevatkm/digitalocean-api-java/releases/latest ) [ ![ License] ( https://img.shields.io/github/license/jeevatkm/digitalocean-api-java.svg )] ( LICENSE )
33
4- *** v2.9 released and tagged on Mar 31 , 2017***
4+ *** v2.10 released and tagged on May 02 , 2017***
55
66Simple & Lightweight API client library for Enterprise Application or Utilities Integration around [ DigitalOcean RESTful APIs] [ 1 ] . You can use this library with project based (JVM hosted languages) on Java, Groovy, Scala, Clojure, etc.
77
@@ -18,22 +18,22 @@ For handy use, DigitalOcean API Client library project dependency definition pro
1818<dependency >
1919 <groupId >com.myjeeva.digitalocean</groupId >
2020 <artifactId >digitalocean-api-client</artifactId >
21- <version >2.9 </version >
21+ <version >2.10 </version >
2222</dependency >
2323```
2424** Gradle/Grails dependency**
2525``` shell
26- compile ' com.myjeeva.digitalocean:digitalocean-api-client:2.9 '
26+ compile ' com.myjeeva.digitalocean:digitalocean-api-client:2.10 '
2727```
2828** Groovy Grape**
2929``` groovy
3030@Grapes(
31- @Grab(group='com.myjeeva.digitalocean', module='digitalocean-api-client', version='2.9 ')
31+ @Grab(group='com.myjeeva.digitalocean', module='digitalocean-api-client', version='2.10 ')
3232)
3333```
3434** Scala SBT**
3535``` shell
36- libraryDependencies += " com.myjeeva.digitalocean" % " digitalocean-api-client" % " 2.9 "
36+ libraryDependencies += " com.myjeeva.digitalocean" % " digitalocean-api-client" % " 2.10 "
3737```
3838
3939** Note:** For Android projects, kindly include the ` httpclient-android ` library explicitly in your project dependencies.
@@ -330,7 +330,7 @@ DigitalOcean API Client - [MIT License][6].
330330
331331
332332[ 1 ] : https://developers.digitalocean.com
333- [ 2 ] : http://docs.myjeeva.com/javadoc/digitalocean-api-client/2.9 /
333+ [ 2 ] : http://docs.myjeeva.com/javadoc/digitalocean-api-client/2.10 /
334334[ 3 ] : https://github.com/jeevatkm/digitalocean-api-java/issues
335335[ 4 ] : https://oss.sonatype.org/content/repositories/snapshots/com/myjeeva/digitalocean/digitalocean-api-client/
336336[ 5 ] : http://myjeeva.com
@@ -344,4 +344,4 @@ DigitalOcean API Client - [MIT License][6].
344344[ 13 ] : https://raw.githubusercontent.com/darcyliu/google-styleguide/master/eclipse-java-google-style.xml
345345[ 14 ] : https://developers.digitalocean.com/documentation/changelog/api-v2/add-status-to-account/
346346[ 15 ] : https://developers.digitalocean.com/documentation/changelog/api-v2/deprecate-final-snaphots/
347- [ 16 ] : http://search.maven.org/remotecontent?filepath=com/myjeeva/digitalocean/digitalocean-api-client/2.9 /digitalocean-api-client-2.9 .jar
347+ [ 16 ] : http://search.maven.org/remotecontent?filepath=com/myjeeva/digitalocean/digitalocean-api-client/2.10 /digitalocean-api-client-2.10 .jar
0 commit comments