License |
License |
---|---|
GroupId | GroupIdcom.uber.tchannel |
ArtifactId | ArtifactIdtchannel |
Last Version | Last Version0.8.30 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptiontchannel
Network multiplexing and framing protocol for RPC
|
Project URL |
Project URL |
Filename | Size |
---|---|
tchannel-0.8.30.pom | 28 KB |
Browse |
<!-- 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"]