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