GroupId | GroupIdactivemq |
---|---|
ArtifactId | ArtifactIdactivemq-transport-zeroconf |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
activemq-transport-zeroconf-1.3.pom | |
activemq-transport-zeroconf-1.3.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/activemq/activemq-transport-zeroconf/ -->
<dependency>
<groupId>activemq</groupId>
<artifactId>activemq-transport-zeroconf</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/activemq/activemq-transport-zeroconf/
implementation 'activemq:activemq-transport-zeroconf:1.3'
// https://jarcasting.com/artifacts/activemq/activemq-transport-zeroconf/
implementation ("activemq:activemq-transport-zeroconf:1.3")
'activemq:activemq-transport-zeroconf:jar:1.3'
<dependency org="activemq" name="activemq-transport-zeroconf" rev="1.3">
<artifact name="activemq-transport-zeroconf" type="jar" />
</dependency>
@Grapes(
@Grab(group='activemq', module='activemq-transport-zeroconf', version='1.3')
)
libraryDependencies += "activemq" % "activemq-transport-zeroconf" % "1.3"
[activemq/activemq-transport-zeroconf "1.3"]