| GroupId | GroupIdorg.smartboot.socket |
|---|---|
| ArtifactId | ArtifactIdaio-pro |
| Version | Version1.4.0-rc.10 |
| Type | Typejar |
| Filename | Size |
|---|---|
| aio-pro-1.4.0-rc.10.pom | |
| aio-pro-1.4.0-rc.10.jar | 47 KB |
| aio-pro-1.4.0-rc.10-sources.jar | 27 KB |
| aio-pro-1.4.0-rc.10-javadoc.jar | 191 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.smartboot.socket/aio-pro/ -->
<dependency>
<groupId>org.smartboot.socket</groupId>
<artifactId>aio-pro</artifactId>
<version>1.4.0-rc.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.smartboot.socket/aio-pro/
implementation 'org.smartboot.socket:aio-pro:1.4.0-rc.10'
// https://jarcasting.com/artifacts/org.smartboot.socket/aio-pro/
implementation ("org.smartboot.socket:aio-pro:1.4.0-rc.10")
'org.smartboot.socket:aio-pro:jar:1.4.0-rc.10'
<dependency org="org.smartboot.socket" name="aio-pro" rev="1.4.0-rc.10">
<artifact name="aio-pro" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smartboot.socket', module='aio-pro', version='1.4.0-rc.10')
)
libraryDependencies += "org.smartboot.socket" % "aio-pro" % "1.4.0-rc.10"
[org.smartboot.socket/aio-pro "1.4.0-rc.10"]