| Категории |
КатегорииСеть React Взаимодействие с пользователем Веб-фреймворки Netty Networking Reactive Streams Контейнер Микросервисы Reactive libraries |
|---|---|
| Группа | Группаcom.typesafe.netty |
| Идентификатор | Идентификаторnetty-reactive-streams |
| Версия | Версия1.0.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| netty-reactive-streams-1.0.4.pom | |
| netty-reactive-streams-1.0.4.jar | 20 KB |
| netty-reactive-streams-1.0.4-sources.jar | 6 KB |
| netty-reactive-streams-1.0.4-javadoc.jar | 36 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.typesafe.netty/netty-reactive-streams/ -->
<dependency>
<groupId>com.typesafe.netty</groupId>
<artifactId>netty-reactive-streams</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.netty/netty-reactive-streams/
implementation 'com.typesafe.netty:netty-reactive-streams:1.0.4'
// https://jarcasting.com/artifacts/com.typesafe.netty/netty-reactive-streams/
implementation ("com.typesafe.netty:netty-reactive-streams:1.0.4")
'com.typesafe.netty:netty-reactive-streams:jar:1.0.4'
<dependency org="com.typesafe.netty" name="netty-reactive-streams" rev="1.0.4">
<artifact name="netty-reactive-streams" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.netty', module='netty-reactive-streams', version='1.0.4')
)
libraryDependencies += "com.typesafe.netty" % "netty-reactive-streams" % "1.0.4"
[com.typesafe.netty/netty-reactive-streams "1.0.4"]