is not current version
Last Version 0.8.30

com.uber.tchannel:tchannel 0.8.10

Network multiplexing and framing protocol for RPC

GroupId

GroupId

com.uber.tchannel
ArtifactId

ArtifactId

tchannel
Version

Version

0.8.10
Type

Type

pom

Download tchannel 0.8.10

Filename Size
tchannel-0.8.10.pom 27 KB
Browse

<!-- https://jarcasting.com/artifacts/com.uber.tchannel/tchannel/ -->
<dependency>
    <groupId>com.uber.tchannel</groupId>
    <artifactId>tchannel</artifactId>
    <version>0.8.10</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.uber.tchannel/tchannel/
implementation 'com.uber.tchannel:tchannel:0.8.10'
// https://jarcasting.com/artifacts/com.uber.tchannel/tchannel/
implementation ("com.uber.tchannel:tchannel:0.8.10")
'com.uber.tchannel:tchannel:pom:0.8.10'
<dependency org="com.uber.tchannel" name="tchannel" rev="0.8.10">
  <artifact name="tchannel" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.uber.tchannel', module='tchannel', version='0.8.10')
)
libraryDependencies += "com.uber.tchannel" % "tchannel" % "0.8.10"
[com.uber.tchannel/tchannel "0.8.10"]