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