| Группа | Группаcom.ovh.ws |
|---|---|
| Идентификатор | Идентификаторovh-webservices |
| Версия | Версия0.1.5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| ovh-webservices-0.1.5.pom | |
| ovh-webservices-0.1.5.jar | 11 KB |
| ovh-webservices-0.1.5-sources.jar | 5 KB |
| ovh-webservices-0.1.5-javadoc.jar | 57 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.ovh.ws/ovh-webservices/ -->
<dependency>
<groupId>com.ovh.ws</groupId>
<artifactId>ovh-webservices</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.ovh.ws/ovh-webservices/
implementation 'com.ovh.ws:ovh-webservices:0.1.5'
// https://jarcasting.com/artifacts/com.ovh.ws/ovh-webservices/
implementation ("com.ovh.ws:ovh-webservices:0.1.5")
'com.ovh.ws:ovh-webservices:jar:0.1.5'
<dependency org="com.ovh.ws" name="ovh-webservices" rev="0.1.5">
<artifact name="ovh-webservices" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ovh.ws', module='ovh-webservices', version='0.1.5')
)
libraryDependencies += "com.ovh.ws" % "ovh-webservices" % "0.1.5"
[com.ovh.ws/ovh-webservices "0.1.5"]