Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.salesforce.cantor |
ArtifactId | ArtifactIdcantor-http-server |
Version | Version0.4.26 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.salesforce.cantor/cantor-http-server/ -->
<dependency>
<groupId>com.salesforce.cantor</groupId>
<artifactId>cantor-http-server</artifactId>
<version>0.4.26</version>
</dependency>
// https://jarcasting.com/artifacts/com.salesforce.cantor/cantor-http-server/
implementation 'com.salesforce.cantor:cantor-http-server:0.4.26'
// https://jarcasting.com/artifacts/com.salesforce.cantor/cantor-http-server/
implementation ("com.salesforce.cantor:cantor-http-server:0.4.26")
'com.salesforce.cantor:cantor-http-server:jar:0.4.26'
<dependency org="com.salesforce.cantor" name="cantor-http-server" rev="0.4.26">
<artifact name="cantor-http-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.salesforce.cantor', module='cantor-http-server', version='0.4.26')
)
libraryDependencies += "com.salesforce.cantor" % "cantor-http-server" % "0.4.26"
[com.salesforce.cantor/cantor-http-server "0.4.26"]