GroupId | GroupIdcom.cerner.ccl |
---|---|
ArtifactId | ArtifactIdccltesting-parent-pom |
Version | Version2.1 |
Type | Typepom |
Filename | Size |
---|---|
ccltesting-parent-pom-2.1.pom | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cerner.ccl/ccltesting-parent-pom/ -->
<dependency>
<groupId>com.cerner.ccl</groupId>
<artifactId>ccltesting-parent-pom</artifactId>
<version>2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.cerner.ccl/ccltesting-parent-pom/
implementation 'com.cerner.ccl:ccltesting-parent-pom:2.1'
// https://jarcasting.com/artifacts/com.cerner.ccl/ccltesting-parent-pom/
implementation ("com.cerner.ccl:ccltesting-parent-pom:2.1")
'com.cerner.ccl:ccltesting-parent-pom:pom:2.1'
<dependency org="com.cerner.ccl" name="ccltesting-parent-pom" rev="2.1">
<artifact name="ccltesting-parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.cerner.ccl', module='ccltesting-parent-pom', version='2.1')
)
libraryDependencies += "com.cerner.ccl" % "ccltesting-parent-pom" % "2.1"
[com.cerner.ccl/ccltesting-parent-pom "2.1"]