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