fastnetty
base on netty4.X
| License |
License |
|---|---|
| Categories |
CategoriesNet Netty Networking |
| GroupId | GroupIdcom.github.sd4324530 |
| ArtifactId | ArtifactIdfastnetty-common |
| Last Version | Last Version0.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| fastnetty-common-0.1.1.pom | |
| fastnetty-common-0.1.1.jar | 4 KB |
| fastnetty-common-0.1.1-sources.jar | 3 KB |
| fastnetty-common-0.1.1-javadoc.jar | 60 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.sd4324530/fastnetty-common/ -->
<dependency>
<groupId>com.github.sd4324530</groupId>
<artifactId>fastnetty-common</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sd4324530/fastnetty-common/
implementation 'com.github.sd4324530:fastnetty-common:0.1.1'
// https://jarcasting.com/artifacts/com.github.sd4324530/fastnetty-common/
implementation ("com.github.sd4324530:fastnetty-common:0.1.1")
'com.github.sd4324530:fastnetty-common:jar:0.1.1'
<dependency org="com.github.sd4324530" name="fastnetty-common" rev="0.1.1">
<artifact name="fastnetty-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sd4324530', module='fastnetty-common', version='0.1.1')
)
libraryDependencies += "com.github.sd4324530" % "fastnetty-common" % "0.1.1"
[com.github.sd4324530/fastnetty-common "0.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.netty : netty-all | jar | 4.0.29.Final |
| org.slf4j : slf4j-api | jar | 1.7.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| ch.qos.logback : logback-classic | jar | 1.1.3 |
base on netty4.X