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