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