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