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