c

cantor-http-service

文件下载
文件名 操作
cantor-http-service-0.5.13.jar 下载
cantor-http-service-0.5.13.pom 下载
cantor-http-service-0.5.13-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.salesforce.cantor</groupId>
  <artifactId>cantor-http-service</artifactId>
  <version>0.5.13</version>
</dependency>
Gradle Groovy
implementation 'com.salesforce.cantor:cantor-http-service:0.5.13'
Gradle Kotlin
implementation("com.salesforce.cantor:cantor-http-service:0.5.13")
Scala SBT
libraryDependencies += "com.salesforce.cantor" % "cantor-http-service" % "0.5.13"
Groovy Grape
@Grapes(
  @Grab(group='com.salesforce.cantor', module='cantor-http-service', version='0.5.13')
)
Apache Ivy
<dependency org="com.salesforce.cantor" name="cantor-http-service" rev="0.5.13" />
Leiningen
[com.salesforce.cantor/cantor-http-service "0.5.13"]
Apache Buildr
'com.salesforce.cantor:cantor-http-service:jar:0.5.13'