o

ovh-java-sdk-msServices

OVH SDK for msServices
https://github.com/UrielCh/ovh-java-sdk
文件下载
文件名 操作
ovh-java-sdk-msServices-1.0.17.jar 下载
ovh-java-sdk-msServices-1.0.17.pom 下载
ovh-java-sdk-msServices-1.0.17-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.minidev</groupId>
  <artifactId>ovh-java-sdk-msServices</artifactId>
  <version>1.0.17</version>
</dependency>
Gradle Groovy
implementation 'net.minidev:ovh-java-sdk-msServices:1.0.17'
Gradle Kotlin
implementation("net.minidev:ovh-java-sdk-msServices:1.0.17")
Scala SBT
libraryDependencies += "net.minidev" % "ovh-java-sdk-msServices" % "1.0.17"
Groovy Grape
@Grapes(
  @Grab(group='net.minidev', module='ovh-java-sdk-msServices', version='1.0.17')
)
Apache Ivy
<dependency org="net.minidev" name="ovh-java-sdk-msServices" rev="1.0.17" />
Leiningen
[net.minidev/ovh-java-sdk-msServices "1.0.17"]
Apache Buildr
'net.minidev:ovh-java-sdk-msServices:jar:1.0.17'