GroupId | GroupIdcom.ovh.ws |
---|---|
ArtifactId | ArtifactIdovh-webservices |
Version | Version0.1.8 |
Type | Typejar |
Filename | Size |
---|---|
ovh-webservices-0.1.8.pom | |
ovh-webservices-0.1.8.jar | 11 KB |
ovh-webservices-0.1.8-sources.jar | 5 KB |
ovh-webservices-0.1.8-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ovh.ws/ovh-webservices/ -->
<dependency>
<groupId>com.ovh.ws</groupId>
<artifactId>ovh-webservices</artifactId>
<version>0.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.ovh.ws/ovh-webservices/
implementation 'com.ovh.ws:ovh-webservices:0.1.8'
// https://jarcasting.com/artifacts/com.ovh.ws/ovh-webservices/
implementation ("com.ovh.ws:ovh-webservices:0.1.8")
'com.ovh.ws:ovh-webservices:jar:0.1.8'
<dependency org="com.ovh.ws" name="ovh-webservices" rev="0.1.8">
<artifact name="ovh-webservices" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ovh.ws', module='ovh-webservices', version='0.1.8')
)
libraryDependencies += "com.ovh.ws" % "ovh-webservices" % "0.1.8"
[com.ovh.ws/ovh-webservices "0.1.8"]