is not current version
Last Version 1.1

com.github.cambierr:ovhapi 1.0

This is a java wrapper for the OVH (ovh.com) API using java rx

GroupId

GroupId

com.github.cambierr
ArtifactId

ArtifactId

ovhapi
Version

Version

1.0
Type

Type

jar

Download ovhapi 1.0


<!-- https://jarcasting.com/artifacts/com.github.cambierr/ovhapi/ -->
<dependency>
    <groupId>com.github.cambierr</groupId>
    <artifactId>ovhapi</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cambierr/ovhapi/
implementation 'com.github.cambierr:ovhapi:1.0'
// https://jarcasting.com/artifacts/com.github.cambierr/ovhapi/
implementation ("com.github.cambierr:ovhapi:1.0")
'com.github.cambierr:ovhapi:jar:1.0'
<dependency org="com.github.cambierr" name="ovhapi" rev="1.0">
  <artifact name="ovhapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cambierr', module='ovhapi', version='1.0')
)
libraryDependencies += "com.github.cambierr" % "ovhapi" % "1.0"
[com.github.cambierr/ovhapi "1.0"]