GroupId | GroupIdcom.googlecode.cernunnos |
---|---|
ArtifactId | ArtifactIdcernunnos-parent |
Version | Version1.2.2 |
Type | Typepom |
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"]