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