j

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.
http://sourceforge.net/projects/jmdns/
Apache License, Version 2.0
JmDNS
Arthur van Hoff Rich Blair Pierre Frisch
Files download
File Operation
jmdns-3.4.1.jar download
jmdns-3.4.1.pom download
jmdns-3.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>javax.jmdns</groupId>
  <artifactId>jmdns</artifactId>
  <version>3.4.1</version>
</dependency>
Gradle Groovy
implementation 'javax.jmdns:jmdns:3.4.1'
Gradle Kotlin
implementation("javax.jmdns:jmdns:3.4.1")
Scala SBT
libraryDependencies += "javax.jmdns" % "jmdns" % "3.4.1"
Groovy Grape
@Grapes(
  @Grab(group='javax.jmdns', module='jmdns', version='3.4.1')
)
Apache Ivy
<dependency org="javax.jmdns" name="jmdns" rev="3.4.1" />
Leiningen
[javax.jmdns/jmdns "3.4.1"]
Apache Buildr
'javax.jmdns:jmdns:jar:3.4.1'