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