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