1
1
# 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 )
3
3
4
- *** v2.9 released and tagged on Mar 31 , 2017***
4
+ *** v2.10 released and tagged on May 02 , 2017***
5
5
6
6
Simple & 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.
7
7
@@ -18,22 +18,22 @@ For handy use, DigitalOcean API Client library project dependency definition pro
18
18
<dependency >
19
19
<groupId >com.myjeeva.digitalocean</groupId >
20
20
<artifactId >digitalocean-api-client</artifactId >
21
- <version >2.9 </version >
21
+ <version >2.10 </version >
22
22
</dependency >
23
23
```
24
24
** Gradle/Grails dependency**
25
25
``` shell
26
- compile ' com.myjeeva.digitalocean:digitalocean-api-client:2.9 '
26
+ compile ' com.myjeeva.digitalocean:digitalocean-api-client:2.10 '
27
27
```
28
28
** Groovy Grape**
29
29
``` groovy
30
30
@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 ')
32
32
)
33
33
```
34
34
** Scala SBT**
35
35
``` shell
36
- libraryDependencies += " com.myjeeva.digitalocean" % " digitalocean-api-client" % " 2.9 "
36
+ libraryDependencies += " com.myjeeva.digitalocean" % " digitalocean-api-client" % " 2.10 "
37
37
```
38
38
39
39
** 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].
330
330
331
331
332
332
[ 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 /
334
334
[ 3 ] : https://github.com/jeevatkm/digitalocean-api-java/issues
335
335
[ 4 ] : https://oss.sonatype.org/content/repositories/snapshots/com/myjeeva/digitalocean/digitalocean-api-client/
336
336
[ 5 ] : http://myjeeva.com
@@ -344,4 +344,4 @@ DigitalOcean API Client - [MIT License][6].
344
344
[ 13 ] : https://raw.githubusercontent.com/darcyliu/google-styleguide/master/eclipse-java-google-style.xml
345
345
[ 14 ] : https://developers.digitalocean.com/documentation/changelog/api-v2/add-status-to-account/
346
346
[ 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