| Категории |
КатегорииСеть Netty Networking |
|---|---|
| Группа | Группаio.github.tiger822.netty |
| Идентификатор | Идентификаторeasynetty |
| Версия | Версия1.0.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| easynetty-1.0.2.pom | |
| easynetty-1.0.2.jar | 85 KB |
| easynetty-1.0.2-sources.jar | 37 KB |
| easynetty-1.0.2-javadoc.jar | 770 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.tiger822.netty/easynetty/ -->
<dependency>
<groupId>io.github.tiger822.netty</groupId>
<artifactId>easynetty</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.tiger822.netty/easynetty/
implementation 'io.github.tiger822.netty:easynetty:1.0.2'
// https://jarcasting.com/artifacts/io.github.tiger822.netty/easynetty/
implementation ("io.github.tiger822.netty:easynetty:1.0.2")
'io.github.tiger822.netty:easynetty:jar:1.0.2'
<dependency org="io.github.tiger822.netty" name="easynetty" rev="1.0.2">
<artifact name="easynetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.tiger822.netty', module='easynetty', version='1.0.2')
)
libraryDependencies += "io.github.tiger822.netty" % "easynetty" % "1.0.2"
[io.github.tiger822.netty/easynetty "1.0.2"]