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