| Категории |
КатегорииJNR Инструменты разработки Native |
|---|---|
| Группа | Группаcom.github.jnr |
| Идентификатор | Идентификаторjnr-enxio |
| Версия | Версия0.8 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jnr-enxio-0.8.pom | |
| jnr-enxio-0.8.jar | 34 KB |
| jnr-enxio-0.8-sources.jar | 16 KB |
| jnr-enxio-0.8-javadoc.jar | 74 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.jnr/jnr-enxio/ -->
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-enxio</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jnr/jnr-enxio/
implementation 'com.github.jnr:jnr-enxio:0.8'
// https://jarcasting.com/artifacts/com.github.jnr/jnr-enxio/
implementation ("com.github.jnr:jnr-enxio:0.8")
'com.github.jnr:jnr-enxio:jar:0.8'
<dependency org="com.github.jnr" name="jnr-enxio" rev="0.8">
<artifact name="jnr-enxio" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jnr', module='jnr-enxio', version='0.8')
)
libraryDependencies += "com.github.jnr" % "jnr-enxio" % "0.8"
[com.github.jnr/jnr-enxio "0.8"]