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