Last Version

sky 0.091

a netty based toolkit.

License

License

Categories

Categories

Net Netty Networking
GroupId

GroupId

io.github.fzdwx
ArtifactId

ArtifactId

netty
Version

Version

0.091
Type

Type

pom
Description

Description

sky
a netty based toolkit.
Project URL

Project URL

https://github.com/fzdwx/sky
Source Code Management

Source Code Management

https://github.com/fzdwx/sky

Download netty 0.091

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"]

Dependencies

compile (3)

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

Project Modules

  • demo
  • sky-infrastructure
  • sky-http-spring-boot-starter