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