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