License |
License
MIT License
|
---|---|
GroupId | GroupIdcom.github.cambierr |
ArtifactId | ArtifactIdovhapi |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOVH API reactive java wrapper
This is a java wrapper for the OVH (ovh.com) API using java rx
|
Filename | Size |
---|---|
ovhapi-1.1.pom | |
ovhapi-1.1.jar | 53 KB |
ovhapi-1.1-sources.jar | 40 KB |
ovhapi-1.1-javadoc.jar | 200 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cambierr/ovhapi/ -->
<dependency>
<groupId>com.github.cambierr</groupId>
<artifactId>ovhapi</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cambierr/ovhapi/
implementation 'com.github.cambierr:ovhapi:1.1'
// https://jarcasting.com/artifacts/com.github.cambierr/ovhapi/
implementation ("com.github.cambierr:ovhapi:1.1")
'com.github.cambierr:ovhapi:jar:1.1'
<dependency org="com.github.cambierr" name="ovhapi" rev="1.1">
<artifact name="ovhapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cambierr', module='ovhapi', version='1.1')
)
libraryDependencies += "com.github.cambierr" % "ovhapi" % "1.1"
[com.github.cambierr/ovhapi "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.json : json | jar | 20141113 |
io.reactivex : rxjava | jar | 1.0.14 |
com.mashape.unirest : unirest-java | jar | 1.4.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |