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