| Категории |
КатегорииСеть Netty Networking |
|---|---|
| Группа | Группаcom.codingapi.txlcn |
| Идентификатор | Идентификаторtxlcn-txmsg-netty |
| Версия | Версия5.0.0.RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.codingapi.txlcn/txlcn-txmsg-netty/ -->
<dependency>
<groupId>com.codingapi.txlcn</groupId>
<artifactId>txlcn-txmsg-netty</artifactId>
<version>5.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.codingapi.txlcn/txlcn-txmsg-netty/
implementation 'com.codingapi.txlcn:txlcn-txmsg-netty:5.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.codingapi.txlcn/txlcn-txmsg-netty/
implementation ("com.codingapi.txlcn:txlcn-txmsg-netty:5.0.0.RELEASE")
'com.codingapi.txlcn:txlcn-txmsg-netty:jar:5.0.0.RELEASE'
<dependency org="com.codingapi.txlcn" name="txlcn-txmsg-netty" rev="5.0.0.RELEASE">
<artifact name="txlcn-txmsg-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codingapi.txlcn', module='txlcn-txmsg-netty', version='5.0.0.RELEASE')
)
libraryDependencies += "com.codingapi.txlcn" % "txlcn-txmsg-netty" % "5.0.0.RELEASE"
[com.codingapi.txlcn/txlcn-txmsg-netty "5.0.0.RELEASE"]