| License |
License |
|---|---|
| GroupId | GroupIdorg.smartboot.socket |
| ArtifactId | ArtifactIdaio-enhance |
| Last Version | Last Version1.5.19 |
| Release Date | Release Date |
| 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.19.pom | |
| aio-enhance-1.5.19.jar | 21 KB |
| aio-enhance-1.5.19-sources.jar | 11 KB |
| aio-enhance-1.5.19-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.19</version>
</dependency>
// https://jarcasting.com/artifacts/org.smartboot.socket/aio-enhance/
implementation 'org.smartboot.socket:aio-enhance:1.5.19'
// https://jarcasting.com/artifacts/org.smartboot.socket/aio-enhance/
implementation ("org.smartboot.socket:aio-enhance:1.5.19")
'org.smartboot.socket:aio-enhance:jar:1.5.19'
<dependency org="org.smartboot.socket" name="aio-enhance" rev="1.5.19">
<artifact name="aio-enhance" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smartboot.socket', module='aio-enhance', version='1.5.19')
)
libraryDependencies += "org.smartboot.socket" % "aio-enhance" % "1.5.19"
[org.smartboot.socket/aio-enhance "1.5.19"]