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