is not current version
Last Version 0.8.30

com.uber.tchannel:tchannel 0.5.0

Network multiplexing and framing protocol for RPC

GroupId

GroupId

com.uber.tchannel
ArtifactId

ArtifactId

tchannel
Version

Version

0.5.0
Type

Type

pom

Download tchannel 0.5.0

Filename Size
tchannel-0.5.0.pom 9 KB
Browse

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