GroupId | GroupIdcom.zaubersoftware.leviathan |
---|---|
ArtifactId | ArtifactIdleviathan-parent |
Version | Version0.8 |
Type | Typepom |
Filename | Size |
---|---|
leviathan-parent-0.8.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zaubersoftware.leviathan/leviathan-parent/ -->
<dependency>
<groupId>com.zaubersoftware.leviathan</groupId>
<artifactId>leviathan-parent</artifactId>
<version>0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.zaubersoftware.leviathan/leviathan-parent/
implementation 'com.zaubersoftware.leviathan:leviathan-parent:0.8'
// https://jarcasting.com/artifacts/com.zaubersoftware.leviathan/leviathan-parent/
implementation ("com.zaubersoftware.leviathan:leviathan-parent:0.8")
'com.zaubersoftware.leviathan:leviathan-parent:pom:0.8'
<dependency org="com.zaubersoftware.leviathan" name="leviathan-parent" rev="0.8">
<artifact name="leviathan-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.zaubersoftware.leviathan', module='leviathan-parent', version='0.8')
)
libraryDependencies += "com.zaubersoftware.leviathan" % "leviathan-parent" % "0.8"
[com.zaubersoftware.leviathan/leviathan-parent "0.8"]