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