GroupId | GroupIdio.fabric8.jube.images.fabric8 |
---|---|
ArtifactId | ArtifactIdfabric8mq-producer |
Version | Version2.2.19 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/fabric8mq-producer/ -->
<dependency>
<groupId>io.fabric8.jube.images.fabric8</groupId>
<artifactId>fabric8mq-producer</artifactId>
<version>2.2.19</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/fabric8mq-producer/
implementation 'io.fabric8.jube.images.fabric8:fabric8mq-producer:2.2.19'
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/fabric8mq-producer/
implementation ("io.fabric8.jube.images.fabric8:fabric8mq-producer:2.2.19")
'io.fabric8.jube.images.fabric8:fabric8mq-producer:jar:2.2.19'
<dependency org="io.fabric8.jube.images.fabric8" name="fabric8mq-producer" rev="2.2.19">
<artifact name="fabric8mq-producer" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jube.images.fabric8', module='fabric8mq-producer', version='2.2.19')
)
libraryDependencies += "io.fabric8.jube.images.fabric8" % "fabric8mq-producer" % "2.2.19"
[io.fabric8.jube.images.fabric8/fabric8mq-producer "2.2.19"]