License |
License |
---|---|
GroupId | GroupIdjavax.jmdns |
ArtifactId | ArtifactIdjmdns |
Last Version | Last Version3.4.1 |
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. 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 |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jmdns-3.4.1.pom | |
jmdns-3.4.1.jar | 200 KB |
jmdns-3.4.1-sources.jar | 107 KB |
jmdns-3.4.1-javadoc.jar | 518 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |
org.easymock : easymock | jar | 3.0 |