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