| GroupId | GroupIdactivemq |
|---|---|
| ArtifactId | ArtifactIdjmdns |
| Last Version | Last Version1.0-RC2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| jmdns-1.0-RC2.pom | |
| jmdns-1.0-RC2.jar | 80 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/activemq/jmdns/ -->
<dependency>
<groupId>activemq</groupId>
<artifactId>jmdns</artifactId>
<version>1.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/activemq/jmdns/
implementation 'activemq:jmdns:1.0-RC2'
// https://jarcasting.com/artifacts/activemq/jmdns/
implementation ("activemq:jmdns:1.0-RC2")
'activemq:jmdns:jar:1.0-RC2'
<dependency org="activemq" name="jmdns" rev="1.0-RC2">
<artifact name="jmdns" type="jar" />
</dependency>
@Grapes(
@Grab(group='activemq', module='jmdns', version='1.0-RC2')
)
libraryDependencies += "activemq" % "jmdns" % "1.0-RC2"
[activemq/jmdns "1.0-RC2"]