License |
License |
---|---|
GroupId | GroupIdcom.cerner.ccl |
ArtifactId | ArtifactIdccltesting-parent-pom |
Version | Version2.2 |
Type | Typepom |
Description |
DescriptionCCL Testing Parent POM
A POM that provides general-use artifacts for all projects in the CCL Testing group
|
Project URL |
Project URL |
Filename | Size |
---|---|
ccltesting-parent-pom-2.2.pom | 34 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.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.cerner.ccl/ccltesting-parent-pom/
implementation 'com.cerner.ccl:ccltesting-parent-pom:2.2'
// https://jarcasting.com/artifacts/com.cerner.ccl/ccltesting-parent-pom/
implementation ("com.cerner.ccl:ccltesting-parent-pom:2.2")
'com.cerner.ccl:ccltesting-parent-pom:pom:2.2'
<dependency org="com.cerner.ccl" name="ccltesting-parent-pom" rev="2.2">
<artifact name="ccltesting-parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.cerner.ccl', module='ccltesting-parent-pom', version='2.2')
)
libraryDependencies += "com.cerner.ccl" % "ccltesting-parent-pom" % "2.2"
[com.cerner.ccl/ccltesting-parent-pom "2.2"]