| License |
License |
|---|---|
| Categories |
CategoriesNet Netty Networking |
| GroupId | GroupIdio.github.fzdwx |
| ArtifactId | ArtifactIdnetty |
| Last Version | Last Version0.091 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionsky
a netty based toolkit.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| netty-0.091.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.fzdwx/netty/ -->
<dependency>
<groupId>io.github.fzdwx</groupId>
<artifactId>netty</artifactId>
<version>0.091</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.fzdwx/netty/
implementation 'io.github.fzdwx:netty:0.091'
// https://jarcasting.com/artifacts/io.github.fzdwx/netty/
implementation ("io.github.fzdwx:netty:0.091")
'io.github.fzdwx:netty:pom:0.091'
<dependency org="io.github.fzdwx" name="netty" rev="0.091">
<artifact name="netty" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.fzdwx', module='netty', version='0.091')
)
libraryDependencies += "io.github.fzdwx" % "netty" % "0.091"
[io.github.fzdwx/netty "0.091"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.netty : netty-all | jar | 4.1.75.Final |
| org.projectlombok : lombok | jar | 1.18.22 |
| io.github.fzdwx : lambda | jar | 0.09.3 |