License |
License |
---|---|
Categories |
CategoriesJNR Development Tools Native |
GroupId | GroupIdcom.github.jnr |
ArtifactId | ArtifactIdjnr-enxio |
Last Version | Last Version0.32.13 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjnr-enxio
Native I/O access for java
|
Project URL |
Project URL |
Filename | Size |
---|---|
jnr-enxio-0.32.13.pom | |
jnr-enxio-0.32.13.jar | 31 KB |
jnr-enxio-0.32.13-sources.jar | 17 KB |
jnr-enxio-0.32.13-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jnr/jnr-enxio/ -->
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-enxio</artifactId>
<version>0.32.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jnr/jnr-enxio/
implementation 'com.github.jnr:jnr-enxio:0.32.13'
// https://jarcasting.com/artifacts/com.github.jnr/jnr-enxio/
implementation ("com.github.jnr:jnr-enxio:0.32.13")
'com.github.jnr:jnr-enxio:jar:0.32.13'
<dependency org="com.github.jnr" name="jnr-enxio" rev="0.32.13">
<artifact name="jnr-enxio" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jnr', module='jnr-enxio', version='0.32.13')
)
libraryDependencies += "com.github.jnr" % "jnr-enxio" % "0.32.13"
[com.github.jnr/jnr-enxio "0.32.13"]
Group / Artifact | Type | Version |
---|---|---|
com.github.jnr : jnr-constants | jar | 0.10.3 |
com.github.jnr : jnr-ffi | jar | 2.2.11 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |