MVN

com.uber.tchannel : tchannel

Maven & Gradle

Aug 13, 2020
131 stars

Network multiplexing and framing protocol for RPC

<dependency>
    <groupId>com.uber.tchannel</groupId>
    <artifactId>tchannel</artifactId>
    <version>0.8.30</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.uber.tchannel : tchannel to add to Maven - Latest Versions:

  • Latest Stable: 0.8.30

All Versions

Choose a version of com.uber.tchannel : tchannel to add to Maven - All Versions:

Version Vulnerabilities Updated
0.8.x
tchannel-0.8.30
tchannel-0.8.29
tchannel-0.8.28
tchannel-0.8.27
tchannel-0.8.26
tchannel-0.8.25
tchannel-0.8.24
tchannel-0.8.23
tchannel-0.8.22
tchannel-0.8.19
tchannel-0.8.18
tchannel-0.8.16
tchannel-0.8.14
tchannel-0.8.12
tchannel-0.8.11
tchannel-0.8.10
tchannel-0.8.9
tchannel-0.8.8
tchannel-0.8.7
tchannel-0.8.6
tchannel-0.8.5
tchannel-0.8.4
0.7.x
tchannel-0.7.8
tchannel-0.7.7
tchannel-0.7.6
tchannel-0.7.5
tchannel-0.7.4
tchannel-0.7.2
tchannel-0.7.1
tchannel-0.7.0
0.6.x
tchannel-0.6.2
tchannel-0.6.1
tchannel-0.6.0
0.5.x
tchannel-0.5.0
0.4.x
tchannel-0.4.3
tchannel-0.4.2
tchannel-0.4.1
tchannel-0.4.0
0.3.x
tchannel-0.3.6
tchannel-0.3.5
tchannel-0.3.4
tchannel-0.3.3
tchannel-0.3.2
tchannel-0.3.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.uber.tchannel</groupId>
    <artifactId>tchannel</artifactId>
    <version>0.8.30</version>
</dependency>

Advertisement