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.
http://jmdns.org
Apache License, Version 2.0
JmDNS
Kai Kreuzer
Files download
File Operation
jmdns-3.5.3.jar download
jmdns-3.5.3.pom download
jmdns-3.5.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jmdns</groupId>
  <artifactId>jmdns</artifactId>
  <version>3.5.3</version>
</dependency>
Gradle Groovy
implementation 'org.jmdns:jmdns:3.5.3'
Gradle Kotlin
implementation("org.jmdns:jmdns:3.5.3")
Scala SBT
libraryDependencies += "org.jmdns" % "jmdns" % "3.5.3"
Groovy Grape
@Grapes(
  @Grab(group='org.jmdns', module='jmdns', version='3.5.3')
)
Apache Ivy
<dependency org="org.jmdns" name="jmdns" rev="3.5.3" />
Leiningen
[org.jmdns/jmdns "3.5.3"]
Apache Buildr
'org.jmdns:jmdns:jar:3.5.3'