is not current version
Last Version 3.5.7

org.jmdns:jmdns 3.5.3

JmDNS is a Java implementation of multi-cast DNS and can be used for service registration and discovery in local area networks. JmDNS is fully compatible with Apple's Bonjour. The project was originally started in December 2002 by Arthur van Hoff at Strangeberry.

GroupId

GroupId

org.jmdns
ArtifactId

ArtifactId

jmdns
Version

Version

3.5.3
Type

Type

jar

Download jmdns 3.5.3


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