Download jmdns-0.2.jar file - Jar j

Jar examples for j:jmdns

Description

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.

You can download jar file jmdns 0.2 in this page.

License

Eclipse Public License - v 1.0

Build File

You can use the following script to add jmdns-0.2.jar to your project.

<dependency>
   <groupId>jmdns</groupId>
   <artifactId>jmdns</artifactId>
   <version>0.2</version>
</dependency>
compile group: 'jmdns', name: 'jmdns', version: '0.2'
libraryDependencies += "jmdns" % "jmdns" % "0.2"
<dependency org="jmdns" name="jmdns" rev="0.2"/>
@Grapes(@Grab(group='jmdns', module='jmdns', version='0.2'))
'jmdns:jmdns:jar:0.2'

Download

Click the following link to download the jar file.

jmdns-0.2.jar
jmdns-0.2.pom



Related Tutorials