Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdio.mantisrx |
ArtifactId | ArtifactIdmantis-server-agent |
Version | Version1.3.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.mantisrx/mantis-server-agent/ -->
<dependency>
<groupId>io.mantisrx</groupId>
<artifactId>mantis-server-agent</artifactId>
<version>1.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.mantisrx/mantis-server-agent/
implementation 'io.mantisrx:mantis-server-agent:1.3.6'
// https://jarcasting.com/artifacts/io.mantisrx/mantis-server-agent/
implementation ("io.mantisrx:mantis-server-agent:1.3.6")
'io.mantisrx:mantis-server-agent:jar:1.3.6'
<dependency org="io.mantisrx" name="mantis-server-agent" rev="1.3.6">
<artifact name="mantis-server-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mantisrx', module='mantis-server-agent', version='1.3.6')
)
libraryDependencies += "io.mantisrx" % "mantis-server-agent" % "1.3.6"
[io.mantisrx/mantis-server-agent "1.3.6"]