License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdio.github.icodegarden |
ArtifactId | ArtifactIdcommons-nio-netty |
Version | Version0.1.3 |
Type | Typejar |
Description |
Descriptioncommons-nio-netty
common util codes
|
Filename | Size |
---|---|
commons-nio-netty-0.1.3.pom | |
commons-nio-netty-0.1.3.jar | 15 KB |
commons-nio-netty-0.1.3-sources.jar | 9 KB |
commons-nio-netty-0.1.3-javadoc.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.icodegarden/commons-nio-netty/ -->
<dependency>
<groupId>io.github.icodegarden</groupId>
<artifactId>commons-nio-netty</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.icodegarden/commons-nio-netty/
implementation 'io.github.icodegarden:commons-nio-netty:0.1.3'
// https://jarcasting.com/artifacts/io.github.icodegarden/commons-nio-netty/
implementation ("io.github.icodegarden:commons-nio-netty:0.1.3")
'io.github.icodegarden:commons-nio-netty:jar:0.1.3'
<dependency org="io.github.icodegarden" name="commons-nio-netty" rev="0.1.3">
<artifact name="commons-nio-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.icodegarden', module='commons-nio-netty', version='0.1.3')
)
libraryDependencies += "io.github.icodegarden" % "commons-nio-netty" % "0.1.3"
[io.github.icodegarden/commons-nio-netty "0.1.3"]
Group / Artifact | Type | Version |
---|---|---|
io.github.icodegarden : commons-nio-api | jar | 0.1.3 |
io.netty : netty-all | jar | 4.1.73.Final |
ch.qos.logback : logback-classic Optional | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
io.github.icodegarden : commons-nio-test | jar | 0.1.3 |
org.junit.jupiter : junit-jupiter | jar | |
org.mockito : mockito-core | jar | 3.8.0 |