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