MVN

com.uber.tchannel : tchannel-crossdock

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 0.8.30

All Versions

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

Version Vulnerabilities Updated
0.8.x
tchannel-crossdock-0.8.30
tchannel-crossdock-0.8.29
tchannel-crossdock-0.8.28
tchannel-crossdock-0.8.27
tchannel-crossdock-0.8.26
tchannel-crossdock-0.8.25
tchannel-crossdock-0.8.24
tchannel-crossdock-0.8.23
tchannel-crossdock-0.8.22
tchannel-crossdock-0.8.18
tchannel-crossdock-0.8.16
tchannel-crossdock-0.8.14
tchannel-crossdock-0.8.12
tchannel-crossdock-0.8.11
tchannel-crossdock-0.8.10
tchannel-crossdock-0.8.9
tchannel-crossdock-0.8.8
tchannel-crossdock-0.8.7
tchannel-crossdock-0.8.6
tchannel-crossdock-0.8.5
tchannel-crossdock-0.8.4
0.7.x
tchannel-crossdock-0.7.8
tchannel-crossdock-0.7.7
tchannel-crossdock-0.7.6
tchannel-crossdock-0.7.5
tchannel-crossdock-0.7.4
tchannel-crossdock-0.7.2
tchannel-crossdock-0.7.1
tchannel-crossdock-0.7.0
0.6.x
tchannel-crossdock-0.6.2
tchannel-crossdock-0.6.1
tchannel-crossdock-0.6.0
0.5.x
tchannel-crossdock-0.5.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement