Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.salesforce.cantor |
ArtifactId | ArtifactIdcantor-http-service |
Version | Version0.3.11 |
Type | Typejar |
Filename | Size |
---|---|
cantor-http-service-0.3.11.pom | |
cantor-http-service-0.3.11.jar | 30 KB |
cantor-http-service-0.3.11-sources.jar | 13 KB |
cantor-http-service-0.3.11-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.salesforce.cantor/cantor-http-service/ -->
<dependency>
<groupId>com.salesforce.cantor</groupId>
<artifactId>cantor-http-service</artifactId>
<version>0.3.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.salesforce.cantor/cantor-http-service/
implementation 'com.salesforce.cantor:cantor-http-service:0.3.11'
// https://jarcasting.com/artifacts/com.salesforce.cantor/cantor-http-service/
implementation ("com.salesforce.cantor:cantor-http-service:0.3.11")
'com.salesforce.cantor:cantor-http-service:jar:0.3.11'
<dependency org="com.salesforce.cantor" name="cantor-http-service" rev="0.3.11">
<artifact name="cantor-http-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.salesforce.cantor', module='cantor-http-service', version='0.3.11')
)
libraryDependencies += "com.salesforce.cantor" % "cantor-http-service" % "0.3.11"
[com.salesforce.cantor/cantor-http-service "0.3.11"]