Download dns-3.1.4.jar file - Jar d

Jar examples for d:dns

Description

A thin wrapper around dnsjava for some features related to SRV lookups.

You can download jar file dns 3.1.4 in this page.

License

Sun Microsystems, Inc. Binary Code License Agreement

Build File

You can use the following script to add dns-3.1.4.jar to your project.

<dependency>
   <groupId>com.spotify</groupId>
   <artifactId>dns</artifactId>
   <version>3.1.4</version>
</dependency>
compile group: 'com.spotify', name: 'dns', version: '3.1.4'
libraryDependencies += "com.spotify" % "dns" % "3.1.4"
<dependency org="com.spotify" name="dns" rev="3.1.4"/>
@Grapes(@Grab(group='com.spotify', module='dns', version='3.1.4'))
'com.spotify:dns:jar:3.1.4'

Download

Click the following link to download the jar file.

dns-3.1.4-javadoc.jar
dns-3.1.4-sources.jar
dns-3.1.4.jar
dns-3.1.4.pom



Related Tutorials