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