is not current version
Last Version 1.7.0

org.codeprimate:cp-core 1.6.0

Codeprimate Core is the parent project for all Codeprimate software projects.

GroupId

GroupId

org.codeprimate
ArtifactId

ArtifactId

cp-core
Version

Version

1.6.0
Type

Type

pom

Download cp-core 1.6.0

Filename Size
cp-core-1.6.0.pom 19 KB
Browse

<!-- https://jarcasting.com/artifacts/org.codeprimate/cp-core/ -->
<dependency>
    <groupId>org.codeprimate</groupId>
    <artifactId>cp-core</artifactId>
    <version>1.6.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.codeprimate/cp-core/
implementation 'org.codeprimate:cp-core:1.6.0'
// https://jarcasting.com/artifacts/org.codeprimate/cp-core/
implementation ("org.codeprimate:cp-core:1.6.0")
'org.codeprimate:cp-core:pom:1.6.0'
<dependency org="org.codeprimate" name="cp-core" rev="1.6.0">
  <artifact name="cp-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.codeprimate', module='cp-core', version='1.6.0')
)
libraryDependencies += "org.codeprimate" % "cp-core" % "1.6.0"
[org.codeprimate/cp-core "1.6.0"]