| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.smartboot.socket |
| Идентификатор | Идентификаторaio-enhance |
| Версия | Версия1.5.13 |
| Тип | Типjar |
| Описание |
ОписаниеA high performance network application framework based on Java AIO
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| aio-enhance-1.5.13.pom | |
| aio-enhance-1.5.13.jar | 20 KB |
| aio-enhance-1.5.13-sources.jar | 10 KB |
| aio-enhance-1.5.13-javadoc.jar | 25 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.smartboot.socket/aio-enhance/ -->
<dependency>
<groupId>org.smartboot.socket</groupId>
<artifactId>aio-enhance</artifactId>
<version>1.5.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.smartboot.socket/aio-enhance/
implementation 'org.smartboot.socket:aio-enhance:1.5.13'
// https://jarcasting.com/artifacts/org.smartboot.socket/aio-enhance/
implementation ("org.smartboot.socket:aio-enhance:1.5.13")
'org.smartboot.socket:aio-enhance:jar:1.5.13'
<dependency org="org.smartboot.socket" name="aio-enhance" rev="1.5.13">
<artifact name="aio-enhance" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smartboot.socket', module='aio-enhance', version='1.5.13')
)
libraryDependencies += "org.smartboot.socket" % "aio-enhance" % "1.5.13"
[org.smartboot.socket/aio-enhance "1.5.13"]