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