| GroupId | GroupIdcom.zaubersoftware.leviathan |
|---|---|
| ArtifactId | ArtifactIdleviathan-api-common |
| Version | Version0.9 |
| Type | Typejar |
| Filename | Size |
|---|---|
| leviathan-api-common-0.9.pom | |
| leviathan-api-common-0.9.jar | 70 KB |
| leviathan-api-common-0.9-sources.jar | 56 KB |
| leviathan-api-common-0.9-javadoc.jar | 297 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.zaubersoftware.leviathan/leviathan-api-common/ -->
<dependency>
<groupId>com.zaubersoftware.leviathan</groupId>
<artifactId>leviathan-api-common</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.zaubersoftware.leviathan/leviathan-api-common/
implementation 'com.zaubersoftware.leviathan:leviathan-api-common:0.9'
// https://jarcasting.com/artifacts/com.zaubersoftware.leviathan/leviathan-api-common/
implementation ("com.zaubersoftware.leviathan:leviathan-api-common:0.9")
'com.zaubersoftware.leviathan:leviathan-api-common:jar:0.9'
<dependency org="com.zaubersoftware.leviathan" name="leviathan-api-common" rev="0.9">
<artifact name="leviathan-api-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zaubersoftware.leviathan', module='leviathan-api-common', version='0.9')
)
libraryDependencies += "com.zaubersoftware.leviathan" % "leviathan-api-common" % "0.9"
[com.zaubersoftware.leviathan/leviathan-api-common "0.9"]