<dependency> <groupId>com.github.jnr</groupId> <artifactId>jnr-netdb</artifactId> <version>1.2.0</version> </dependency>
implementation 'com.github.jnr:jnr-netdb:1.2.0'
implementation("com.github.jnr:jnr-netdb:1.2.0")
libraryDependencies += "com.github.jnr" % "jnr-netdb" % "1.2.0"
@Grapes( @Grab(group='com.github.jnr', module='jnr-netdb', version='1.2.0') )
<dependency org="com.github.jnr" name="jnr-netdb" rev="1.2.0" />
[com.github.jnr/jnr-netdb "1.2.0"]
'com.github.jnr:jnr-netdb:jar:1.2.0'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- com.github.jnr:jnr-ffi:2.2.0
test
|-- junit:junit:4.11