| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.uber.tchannel |
| Идентификатор | Идентификаторtchannel |
| Последняя версия | Последняя версия0.8.30 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеtchannel
Network multiplexing and framing protocol for RPC
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| tchannel-0.8.30.pom | 28 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.uber.tchannel/tchannel/ -->
<dependency>
<groupId>com.uber.tchannel</groupId>
<artifactId>tchannel</artifactId>
<version>0.8.30</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.uber.tchannel/tchannel/
implementation 'com.uber.tchannel:tchannel:0.8.30'
// https://jarcasting.com/artifacts/com.uber.tchannel/tchannel/
implementation ("com.uber.tchannel:tchannel:0.8.30")
'com.uber.tchannel:tchannel:pom:0.8.30'
<dependency org="com.uber.tchannel" name="tchannel" rev="0.8.30">
<artifact name="tchannel" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.uber.tchannel', module='tchannel', version='0.8.30')
)
libraryDependencies += "com.uber.tchannel" % "tchannel" % "0.8.30"
[com.uber.tchannel/tchannel "0.8.30"]