GroupId | GroupIdcom.uber.tchannel |
---|---|
ArtifactId | ArtifactIdtchannel-crossdock |
Version | Version0.8.5 |
Type | Typejar |
Filename | Size |
---|---|
tchannel-crossdock-0.8.5.pom | |
tchannel-crossdock-0.8.5.jar | 68 KB |
tchannel-crossdock-0.8.5-sources.jar | 21 KB |
tchannel-crossdock-0.8.5-javadoc.jar | 177 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.uber.tchannel/tchannel-crossdock/ -->
<dependency>
<groupId>com.uber.tchannel</groupId>
<artifactId>tchannel-crossdock</artifactId>
<version>0.8.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.uber.tchannel/tchannel-crossdock/
implementation 'com.uber.tchannel:tchannel-crossdock:0.8.5'
// https://jarcasting.com/artifacts/com.uber.tchannel/tchannel-crossdock/
implementation ("com.uber.tchannel:tchannel-crossdock:0.8.5")
'com.uber.tchannel:tchannel-crossdock:jar:0.8.5'
<dependency org="com.uber.tchannel" name="tchannel-crossdock" rev="0.8.5">
<artifact name="tchannel-crossdock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uber.tchannel', module='tchannel-crossdock', version='0.8.5')
)
libraryDependencies += "com.uber.tchannel" % "tchannel-crossdock" % "0.8.5"
[com.uber.tchannel/tchannel-crossdock "0.8.5"]