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