Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.salesforce.cantor |
ArtifactId | ArtifactIdcantor-http-service |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
cantor-http-service-0.1.0.pom | |
cantor-http-service-0.1.0.jar | 29 KB |
cantor-http-service-0.1.0-sources.jar | 13 KB |
cantor-http-service-0.1.0-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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.salesforce.cantor/cantor-http-service/
implementation 'com.salesforce.cantor:cantor-http-service:0.1.0'
// https://jarcasting.com/artifacts/com.salesforce.cantor/cantor-http-service/
implementation ("com.salesforce.cantor:cantor-http-service:0.1.0")
'com.salesforce.cantor:cantor-http-service:jar:0.1.0'
<dependency org="com.salesforce.cantor" name="cantor-http-service" rev="0.1.0">
<artifact name="cantor-http-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.salesforce.cantor', module='cantor-http-service', version='0.1.0')
)
libraryDependencies += "com.salesforce.cantor" % "cantor-http-service" % "0.1.0"
[com.salesforce.cantor/cantor-http-service "0.1.0"]