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