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