License |
License |
---|---|
GroupId | GroupIdcom.googlecode.cernunnos |
ArtifactId | ArtifactIdcernunnos-parent |
Last Version | Last Version1.4.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionCernunnos - Parent
Cernunnos is a Java technology for developing domain-agnostic behaviors
and mixing them in meaningful (yet arbitrary) ways.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cernunnos-parent-1.4.0.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.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.cernunnos/cernunnos-parent/
implementation 'com.googlecode.cernunnos:cernunnos-parent:1.4.0'
// https://jarcasting.com/artifacts/com.googlecode.cernunnos/cernunnos-parent/
implementation ("com.googlecode.cernunnos:cernunnos-parent:1.4.0")
'com.googlecode.cernunnos:cernunnos-parent:pom:1.4.0'
<dependency org="com.googlecode.cernunnos" name="cernunnos-parent" rev="1.4.0">
<artifact name="cernunnos-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.cernunnos', module='cernunnos-parent', version='1.4.0')
)
libraryDependencies += "com.googlecode.cernunnos" % "cernunnos-parent" % "1.4.0"
[com.googlecode.cernunnos/cernunnos-parent "1.4.0"]