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