GroupId | GroupIdcom.zaubersoftware.leviathan |
---|---|
ArtifactId | ArtifactIdleviathan-parent |
Version | Version0.9 |
Type | Typepom |
Filename | Size |
---|---|
leviathan-parent-0.9.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.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.zaubersoftware.leviathan/leviathan-parent/
implementation 'com.zaubersoftware.leviathan:leviathan-parent:0.9'
// https://jarcasting.com/artifacts/com.zaubersoftware.leviathan/leviathan-parent/
implementation ("com.zaubersoftware.leviathan:leviathan-parent:0.9")
'com.zaubersoftware.leviathan:leviathan-parent:pom:0.9'
<dependency org="com.zaubersoftware.leviathan" name="leviathan-parent" rev="0.9">
<artifact name="leviathan-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.zaubersoftware.leviathan', module='leviathan-parent', version='0.9')
)
libraryDependencies += "com.zaubersoftware.leviathan" % "leviathan-parent" % "0.9"
[com.zaubersoftware.leviathan/leviathan-parent "0.9"]