Last Version

tchannel 0.8.30

Network multiplexing and framing protocol for RPC

License

License

GroupId

GroupId

com.uber.tchannel
ArtifactId

ArtifactId

tchannel
Version

Version

0.8.30
Type

Type

pom
Description

Description

tchannel
Network multiplexing and framing protocol for RPC
Project URL

Project URL

https://github.com/uber/tchannel-java

Download tchannel 0.8.30

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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • tchannel-core
  • tchannel-example
  • tchannel-benchmark
  • tchannel-hyperbahn
  • tchannel-crossdock