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