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