License |
License |
---|---|
GroupId | GroupIdorg.apache.activemq |
ArtifactId | ArtifactIdactivemq-jmdns_1.0 |
Last Version | Last Version5.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionActiveMQ :: jmdns 1.0
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.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
activemq-jmdns_1.0-5.6.0.pom | |
activemq-jmdns_1.0-5.6.0.jar | 82 KB |
activemq-jmdns_1.0-5.6.0-sources.jar | 51 KB |
activemq-jmdns_1.0-5.6.0-javadoc.jar | 56 KB |
Browse |
<!-- 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.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-jmdns_1.0/
implementation 'org.apache.activemq:activemq-jmdns_1.0:5.6.0'
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-jmdns_1.0/
implementation ("org.apache.activemq:activemq-jmdns_1.0:5.6.0")
'org.apache.activemq:activemq-jmdns_1.0:jar:5.6.0'
<dependency org="org.apache.activemq" name="activemq-jmdns_1.0" rev="5.6.0">
<artifact name="activemq-jmdns_1.0" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-jmdns_1.0', version='5.6.0')
)
libraryDependencies += "org.apache.activemq" % "activemq-jmdns_1.0" % "5.6.0"
[org.apache.activemq/activemq-jmdns_1.0 "5.6.0"]