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