License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdio.github.tiger822.netty |
ArtifactId | ArtifactIdeasynetty |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioneasynetty 1.0.4
a java project for easy to apply java netty framework.
|
Project URL |
Project URL |
Filename | Size |
---|---|
easynetty-1.0.4.pom | |
easynetty-1.0.4.jar | 85 KB |
easynetty-1.0.4-sources.jar | 37 KB |
easynetty-1.0.4-javadoc.jar | 787 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.tiger822.netty/easynetty/ -->
<dependency>
<groupId>io.github.tiger822.netty</groupId>
<artifactId>easynetty</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.tiger822.netty/easynetty/
implementation 'io.github.tiger822.netty:easynetty:1.0.4'
// https://jarcasting.com/artifacts/io.github.tiger822.netty/easynetty/
implementation ("io.github.tiger822.netty:easynetty:1.0.4")
'io.github.tiger822.netty:easynetty:jar:1.0.4'
<dependency org="io.github.tiger822.netty" name="easynetty" rev="1.0.4">
<artifact name="easynetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.tiger822.netty', module='easynetty', version='1.0.4')
)
libraryDependencies += "io.github.tiger822.netty" % "easynetty" % "1.0.4"
[io.github.tiger822.netty/easynetty "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-all | jar | 4.1.73.Final |
org.apache.thrift : libthrift | jar | 0.15.0 |
io.grpc : grpc-netty-shaded | jar | 1.21.0 |
io.grpc : grpc-protobuf | jar | 1.21.0 |
com.google.protobuf : protobuf-java-util | jar | 3.7.1 |
io.grpc : grpc-stub | jar | 1.21.0 |
org.projectlombok : lombok | jar | 1.18.22 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.0 |
com.fasterxml.jackson.core : jackson-core | jar | 2.13.0 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.13.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |