Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdio.github.fzdwx |
ArtifactId | ArtifactIdnetty |
Version | Version0.10.1 |
Type | Typepom |
Filename | Size |
---|---|
netty-0.10.1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.fzdwx/netty/ -->
<dependency>
<groupId>io.github.fzdwx</groupId>
<artifactId>netty</artifactId>
<version>0.10.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.fzdwx/netty/
implementation 'io.github.fzdwx:netty:0.10.1'
// https://jarcasting.com/artifacts/io.github.fzdwx/netty/
implementation ("io.github.fzdwx:netty:0.10.1")
'io.github.fzdwx:netty:pom:0.10.1'
<dependency org="io.github.fzdwx" name="netty" rev="0.10.1">
<artifact name="netty" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.fzdwx', module='netty', version='0.10.1')
)
libraryDependencies += "io.github.fzdwx" % "netty" % "0.10.1"
[io.github.fzdwx/netty "0.10.1"]