GroupId | GroupIdorg.zwobble.mammoth |
---|---|
ArtifactId | ArtifactIdmammoth |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
mammoth-0.0.2.pom | |
mammoth-0.0.2.jar | 151 KB |
mammoth-0.0.2-sources.jar | 65 KB |
mammoth-0.0.2-javadoc.jar | 567 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.zwobble.mammoth/mammoth/ -->
<dependency>
<groupId>org.zwobble.mammoth</groupId>
<artifactId>mammoth</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.zwobble.mammoth/mammoth/
implementation 'org.zwobble.mammoth:mammoth:0.0.2'
// https://jarcasting.com/artifacts/org.zwobble.mammoth/mammoth/
implementation ("org.zwobble.mammoth:mammoth:0.0.2")
'org.zwobble.mammoth:mammoth:jar:0.0.2'
<dependency org="org.zwobble.mammoth" name="mammoth" rev="0.0.2">
<artifact name="mammoth" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zwobble.mammoth', module='mammoth', version='0.0.2')
)
libraryDependencies += "org.zwobble.mammoth" % "mammoth" % "0.0.2"
[org.zwobble.mammoth/mammoth "0.0.2"]