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