is not current version
Last Version 1.2.0

com.github.jnr:jnr-netdb 1.1.2

Lookup TCP and UDP services from java

Categories

Categories

Net JNR Development Tools Native
GroupId

GroupId

com.github.jnr
ArtifactId

ArtifactId

jnr-netdb
Version

Version

1.1.2
Type

Type

jar

Download jnr-netdb 1.1.2


<!-- https://jarcasting.com/artifacts/com.github.jnr/jnr-netdb/ -->
<dependency>
    <groupId>com.github.jnr</groupId>
    <artifactId>jnr-netdb</artifactId>
    <version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jnr/jnr-netdb/
implementation 'com.github.jnr:jnr-netdb:1.1.2'
// https://jarcasting.com/artifacts/com.github.jnr/jnr-netdb/
implementation ("com.github.jnr:jnr-netdb:1.1.2")
'com.github.jnr:jnr-netdb:jar:1.1.2'
<dependency org="com.github.jnr" name="jnr-netdb" rev="1.1.2">
  <artifact name="jnr-netdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jnr', module='jnr-netdb', version='1.1.2')
)
libraryDependencies += "com.github.jnr" % "jnr-netdb" % "1.1.2"
[com.github.jnr/jnr-netdb "1.1.2"]