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