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