JmDNS

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. In November 2003 the project was moved to SourceForge, and the name was changed from JRendezvous to JmDNS for legal reasons. Many thanks to Stuart Cheshire for help and moral support.

License

License

GroupId

GroupId

javax.jmdns
ArtifactId

ArtifactId

jmdns
Last Version

Last Version

3.4.1
Release Date

Release Date

Type

Type

jar
Description

Description

JmDNS
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. In November 2003 the project was moved to SourceForge, and the name was changed from JRendezvous to JmDNS for legal reasons. Many thanks to Stuart Cheshire for help and moral support.
Project URL

Project URL

http://sourceforge.net/projects/jmdns/
Project Organization

Project Organization

JmDNS

Download jmdns

How to add to project

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

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.8.1
org.easymock : easymock jar 3.0

Project Modules

There are no modules declared in this project.

Versions

Version
3.4.1
3.4.0
3.2.2