| Categories |
CategoriesJNR Development Tools Native |
|---|---|
| GroupId | GroupIdcom.github.jnr |
| ArtifactId | ArtifactIdjnr-enxio |
| Version | Version0.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jnr-enxio-0.6.pom | |
| jnr-enxio-0.6.jar | 34 KB |
| jnr-enxio-0.6-sources.jar | 16 KB |
| jnr-enxio-0.6-javadoc.jar | 61 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jnr/jnr-enxio/ -->
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-enxio</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jnr/jnr-enxio/
implementation 'com.github.jnr:jnr-enxio:0.6'
// https://jarcasting.com/artifacts/com.github.jnr/jnr-enxio/
implementation ("com.github.jnr:jnr-enxio:0.6")
'com.github.jnr:jnr-enxio:jar:0.6'
<dependency org="com.github.jnr" name="jnr-enxio" rev="0.6">
<artifact name="jnr-enxio" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jnr', module='jnr-enxio', version='0.6')
)
libraryDependencies += "com.github.jnr" % "jnr-enxio" % "0.6"
[com.github.jnr/jnr-enxio "0.6"]