MVN

com.uber.tchannel : tchannel-hyperbahn

Maven & Gradle

Aug 13, 2020
3 usages
131 stars
<dependency>
    <groupId>com.uber.tchannel</groupId>
    <artifactId>tchannel-hyperbahn</artifactId>
    <version>0.8.30</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.8.30

All Versions

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

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

How to add a dependency to Maven

Add the following com.uber.tchannel : tchannel-hyperbahn maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.uber.tchannel : tchannel-hyperbahn gradle dependency to your build.gradle file:

implementation 'com.uber.tchannel:tchannel-hyperbahn:0.8.30'

Gradle Kotlin DSL: Add the following com.uber.tchannel : tchannel-hyperbahn gradle kotlin dependency to your build.gradle.kts file:

implementation("com.uber.tchannel:tchannel-hyperbahn:0.8.30")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.uber.tchannel : tchannel-hyperbahn sbt scala dependency to your build.sbt file:

libraryDependencies += "com.uber.tchannel" % "tchannel-hyperbahn" % "0.8.30"

Advertisement