| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть Netty Networking |
| Группа | Группаio.github.tiger822.netty |
| Идентификатор | Идентификаторeasynetty |
| Последняя версия | Последняя версия1.0.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеeasynetty 1.0.4
a java project for easy to apply java netty framework.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |