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