GroupId | GroupIdcom.uber.tchannel |
---|---|
ArtifactId | ArtifactIdtchannel-crossdock |
Version | Version0.7.8 |
Type | Typejar |
Filename | Size |
---|---|
tchannel-crossdock-0.7.8.pom | |
tchannel-crossdock-0.7.8.jar | 68 KB |
tchannel-crossdock-0.7.8-sources.jar | 21 KB |
tchannel-crossdock-0.7.8-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.7.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.uber.tchannel/tchannel-crossdock/
implementation 'com.uber.tchannel:tchannel-crossdock:0.7.8'
// https://jarcasting.com/artifacts/com.uber.tchannel/tchannel-crossdock/
implementation ("com.uber.tchannel:tchannel-crossdock:0.7.8")
'com.uber.tchannel:tchannel-crossdock:jar:0.7.8'
<dependency org="com.uber.tchannel" name="tchannel-crossdock" rev="0.7.8">
<artifact name="tchannel-crossdock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uber.tchannel', module='tchannel-crossdock', version='0.7.8')
)
libraryDependencies += "com.uber.tchannel" % "tchannel-crossdock" % "0.7.8"
[com.uber.tchannel/tchannel-crossdock "0.7.8"]