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