License |
License |
---|---|
GroupId | GroupIdorg.jmdns |
ArtifactId | ArtifactIdjmdns |
Last Version | Last Version3.5.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJmDNS
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jmdns-3.5.7.pom | |
jmdns-3.5.7.jar | 208 KB |
jmdns-3.5.7-sources.jar | 113 KB |
jmdns-3.5.7-javadoc.jar | 537 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jmdns/jmdns/ -->
<dependency>
<groupId>org.jmdns</groupId>
<artifactId>jmdns</artifactId>
<version>3.5.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.jmdns/jmdns/
implementation 'org.jmdns:jmdns:3.5.7'
// https://jarcasting.com/artifacts/org.jmdns/jmdns/
implementation ("org.jmdns:jmdns:3.5.7")
'org.jmdns:jmdns:jar:3.5.7'
<dependency org="org.jmdns" name="jmdns" rev="3.5.7">
<artifact name="jmdns" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jmdns', module='jmdns', version='3.5.7')
)
libraryDependencies += "org.jmdns" % "jmdns" % "3.5.7"
[org.jmdns/jmdns "3.5.7"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.easymock : easymock | jar | 3.3.1 |
org.powermock : powermock-module-junit4 | jar | 2.0.7 |
org.powermock : powermock-api-easymock | jar | 2.0.7 |