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