Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdio.mantisrx |
ArtifactId | ArtifactIdmantis-shaded |
Version | Version1.3.5 |
Type | Typejar |
Filename | Size |
---|---|
mantis-shaded-1.3.5.pom | |
mantis-shaded-1.3.5.jar | 4 MB |
mantis-shaded-1.3.5-sources.jar | 1 KB |
mantis-shaded-1.3.5-javadoc.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.mantisrx/mantis-shaded/ -->
<dependency>
<groupId>io.mantisrx</groupId>
<artifactId>mantis-shaded</artifactId>
<version>1.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.mantisrx/mantis-shaded/
implementation 'io.mantisrx:mantis-shaded:1.3.5'
// https://jarcasting.com/artifacts/io.mantisrx/mantis-shaded/
implementation ("io.mantisrx:mantis-shaded:1.3.5")
'io.mantisrx:mantis-shaded:jar:1.3.5'
<dependency org="io.mantisrx" name="mantis-shaded" rev="1.3.5">
<artifact name="mantis-shaded" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mantisrx', module='mantis-shaded', version='1.3.5')
)
libraryDependencies += "io.mantisrx" % "mantis-shaded" % "1.3.5"
[io.mantisrx/mantis-shaded "1.3.5"]