is not current version
Last Version 1.4.0

com.googlecode.cernunnos:cernunnos-parent 1.2.2

Cernunnos is a Java technology for developing domain-agnostic behaviors and mixing them in meaningful (yet arbitrary) ways.

GroupId

GroupId

com.googlecode.cernunnos
ArtifactId

ArtifactId

cernunnos-parent
Version

Version

1.2.2
Type

Type

pom

Download cernunnos-parent 1.2.2

Filename Size
cernunnos-parent-1.2.2.pom 16 KB
Browse

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