is not current version
Last Version 5.6.0

org.apache.activemq:activemq-jmdns_1.0 5.5.1

The activemq-jmdns_1.0 source is derived from http://repo1.maven.org/maven2/jmdns/jmdns/1.0/jmdns-1.0-sources.jar Changes to apache activemq version: - renamed package javax.jmdns to org.apache.activemq.jmdns - removed classes with lgpl source headers, leaving only the org.apache.activemq.jmdns package.

GroupId

GroupId

org.apache.activemq
ArtifactId

ArtifactId

activemq-jmdns_1.0
Version

Version

5.5.1
Type

Type

jar

Download activemq-jmdns_1.0 5.5.1


<!-- https://jarcasting.com/artifacts/org.apache.activemq/activemq-jmdns_1.0/ -->
<dependency>
    <groupId>org.apache.activemq</groupId>
    <artifactId>activemq-jmdns_1.0</artifactId>
    <version>5.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-jmdns_1.0/
implementation 'org.apache.activemq:activemq-jmdns_1.0:5.5.1'
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-jmdns_1.0/
implementation ("org.apache.activemq:activemq-jmdns_1.0:5.5.1")
'org.apache.activemq:activemq-jmdns_1.0:jar:5.5.1'
<dependency org="org.apache.activemq" name="activemq-jmdns_1.0" rev="5.5.1">
  <artifact name="activemq-jmdns_1.0" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-jmdns_1.0', version='5.5.1')
)
libraryDependencies += "org.apache.activemq" % "activemq-jmdns_1.0" % "5.5.1"
[org.apache.activemq/activemq-jmdns_1.0 "5.5.1"]