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