| Группа | Группаorg.smartboot.socket |
|---|---|
| Идентификатор | Идентификаторaio-core |
| Версия | Версия1.4.3.rc-4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| aio-core-1.4.3.rc-4.pom | |
| aio-core-1.4.3.rc-4.jar | 42 KB |
| aio-core-1.4.3.rc-4-sources.jar | 29 KB |
| aio-core-1.4.3.rc-4-javadoc.jar | 124 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.smartboot.socket/aio-core/ -->
<dependency>
<groupId>org.smartboot.socket</groupId>
<artifactId>aio-core</artifactId>
<version>1.4.3.rc-4</version>
</dependency>
// https://jarcasting.com/artifacts/org.smartboot.socket/aio-core/
implementation 'org.smartboot.socket:aio-core:1.4.3.rc-4'
// https://jarcasting.com/artifacts/org.smartboot.socket/aio-core/
implementation ("org.smartboot.socket:aio-core:1.4.3.rc-4")
'org.smartboot.socket:aio-core:jar:1.4.3.rc-4'
<dependency org="org.smartboot.socket" name="aio-core" rev="1.4.3.rc-4">
<artifact name="aio-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smartboot.socket', module='aio-core', version='1.4.3.rc-4')
)
libraryDependencies += "org.smartboot.socket" % "aio-core" % "1.4.3.rc-4"
[org.smartboot.socket/aio-core "1.4.3.rc-4"]