Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdio.jpom.jpom-plugin |
ArtifactId | ArtifactIdnetty |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
netty-1.0.1.pom | |
netty-1.0.1.jar | 17 KB |
netty-1.0.1-sources.jar | 9 KB |
netty-1.0.1-release.zip | 3 MB |
netty-1.0.1-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.jpom.jpom-plugin/netty/ -->
<dependency>
<groupId>io.jpom.jpom-plugin</groupId>
<artifactId>netty</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.jpom.jpom-plugin/netty/
implementation 'io.jpom.jpom-plugin:netty:1.0.1'
// https://jarcasting.com/artifacts/io.jpom.jpom-plugin/netty/
implementation ("io.jpom.jpom-plugin:netty:1.0.1")
'io.jpom.jpom-plugin:netty:jar:1.0.1'
<dependency org="io.jpom.jpom-plugin" name="netty" rev="1.0.1">
<artifact name="netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jpom.jpom-plugin', module='netty', version='1.0.1')
)
libraryDependencies += "io.jpom.jpom-plugin" % "netty" % "1.0.1"
[io.jpom.jpom-plugin/netty "1.0.1"]