| License |
License |
|---|---|
| GroupId | GroupIdorg.smartboot.socket |
| ArtifactId | ArtifactIdaio-enhance |
| Version | Version1.5.13 |
| Type | Typejar |
| Description |
DescriptionA high performance network application framework based on Java AIO
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]