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