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