Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdio.mantisrx |
ArtifactId | ArtifactIdmantis-control-plane-core |
Version | Version1.3.21 |
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.3.21</version>
</dependency>
// https://jarcasting.com/artifacts/io.mantisrx/mantis-control-plane-core/
implementation 'io.mantisrx:mantis-control-plane-core:1.3.21'
// https://jarcasting.com/artifacts/io.mantisrx/mantis-control-plane-core/
implementation ("io.mantisrx:mantis-control-plane-core:1.3.21")
'io.mantisrx:mantis-control-plane-core:jar:1.3.21'
<dependency org="io.mantisrx" name="mantis-control-plane-core" rev="1.3.21">
<artifact name="mantis-control-plane-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mantisrx', module='mantis-control-plane-core', version='1.3.21')
)
libraryDependencies += "io.mantisrx" % "mantis-control-plane-core" % "1.3.21"
[io.mantisrx/mantis-control-plane-core "1.3.21"]