| License |
License |
|---|---|
| GroupId | GroupIdorg.smartboot.aio |
| ArtifactId | ArtifactIdaio-enhance |
| Version | Version1.0.6 |
| Type | Typejar |
| Description |
Descriptionaio-enhance
A high performance network application framework based on Java AIO
|
| Filename | Size |
|---|---|
| aio-enhance-1.0.6.pom | |
| aio-enhance-1.0.6.jar | 22 KB |
| aio-enhance-1.0.6-sources.jar | 10 KB |
| aio-enhance-1.0.6-javadoc.jar | 25 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.smartboot.aio/aio-enhance/ -->
<dependency>
<groupId>org.smartboot.aio</groupId>
<artifactId>aio-enhance</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.smartboot.aio/aio-enhance/
implementation 'org.smartboot.aio:aio-enhance:1.0.6'
// https://jarcasting.com/artifacts/org.smartboot.aio/aio-enhance/
implementation ("org.smartboot.aio:aio-enhance:1.0.6")
'org.smartboot.aio:aio-enhance:jar:1.0.6'
<dependency org="org.smartboot.aio" name="aio-enhance" rev="1.0.6">
<artifact name="aio-enhance" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smartboot.aio', module='aio-enhance', version='1.0.6')
)
libraryDependencies += "org.smartboot.aio" % "aio-enhance" % "1.0.6"
[org.smartboot.aio/aio-enhance "1.0.6"]