| Категории |
КатегорииGUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection |
|---|---|
| Группа | Группаcom.guicedee.services |
| Идентификатор | Идентификаторxnio-api |
| Версия | Версия1.0.8.16-jre14 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| xnio-api-1.0.8.16-jre14.pom | |
| xnio-api-1.0.8.16-jre14.jar | 507 KB |
| xnio-api-1.0.8.16-jre14-sources.jar | 335 KB |
| xnio-api-1.0.8.16-jre14-javadoc.jar | 390 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/xnio-api/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>xnio-api</artifactId>
<version>1.0.8.16-jre14</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/xnio-api/
implementation 'com.guicedee.services:xnio-api:1.0.8.16-jre14'
// https://jarcasting.com/artifacts/com.guicedee.services/xnio-api/
implementation ("com.guicedee.services:xnio-api:1.0.8.16-jre14")
'com.guicedee.services:xnio-api:jar:1.0.8.16-jre14'
<dependency org="com.guicedee.services" name="xnio-api" rev="1.0.8.16-jre14">
<artifact name="xnio-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='xnio-api', version='1.0.8.16-jre14')
)
libraryDependencies += "com.guicedee.services" % "xnio-api" % "1.0.8.16-jre14"
[com.guicedee.services/xnio-api "1.0.8.16-jre14"]