Download jnr-netdb-1.1.6.jar file - Jar j

Jar examples for j:jnr-netdb

Description

Lookup TCP and UDP services from java

You can download jar file jnr-netdb 1.1.6 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jnr-netdb-1.1.6.jar to your project.

<dependency>
   <groupId>com.github.jnr</groupId>
   <artifactId>jnr-netdb</artifactId>
   <version>1.1.6</version>
</dependency>
compile group: 'com.github.jnr', name: 'jnr-netdb', version: '1.1.6'
libraryDependencies += "com.github.jnr" % "jnr-netdb" % "1.1.6"
<dependency org="com.github.jnr" name="jnr-netdb" rev="1.1.6"/>
@Grapes(@Grab(group='com.github.jnr', module='jnr-netdb', version='1.1.6'))
'com.github.jnr:jnr-netdb:jar:1.1.6'

Download

Click the following link to download the jar file.

jnr-netdb-1.1.6-javadoc.jar
jnr-netdb-1.1.6-sources.jar
jnr-netdb-1.1.6.jar
jnr-netdb-1.1.6.pom



Related Tutorials