License |
License |
---|---|
Categories |
CategoriesNet JNR Development Tools Native |
GroupId | GroupIdcom.github.jnr |
ArtifactId | ArtifactIdjnr-netdb |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjnr-netdb
Lookup TCP and UDP services from java
|
Project URL |
Project URL |
Filename | Size |
---|---|
jnr-netdb-1.2.0.pom | |
jnr-netdb-1.2.0.jar | 60 KB |
jnr-netdb-1.2.0-sources.jar | 29 KB |
jnr-netdb-1.2.0-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jnr/jnr-netdb/ -->
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-netdb</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jnr/jnr-netdb/
implementation 'com.github.jnr:jnr-netdb:1.2.0'
// https://jarcasting.com/artifacts/com.github.jnr/jnr-netdb/
implementation ("com.github.jnr:jnr-netdb:1.2.0")
'com.github.jnr:jnr-netdb:jar:1.2.0'
<dependency org="com.github.jnr" name="jnr-netdb" rev="1.2.0">
<artifact name="jnr-netdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jnr', module='jnr-netdb', version='1.2.0')
)
libraryDependencies += "com.github.jnr" % "jnr-netdb" % "1.2.0"
[com.github.jnr/jnr-netdb "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.jnr : jnr-ffi | jar | 2.2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |