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