не последняя версия
Последняя версия 3.5.7

org.jmdns:jmdns 3.5.5

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.

Группа

Группа

org.jmdns
Идентификатор

Идентификатор

jmdns
Версия

Версия

3.5.5
Тип

Тип

jar

Скачать jmdns 3.5.5


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