License |
License |
---|---|
GroupId | GroupIdcom.uber.tchannel |
ArtifactId | ArtifactIdtchannel-example |
Last Version | Last Version0.8.30 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontchannel-example
Network multiplexing and framing protocol for RPC
|
Filename | Size |
---|---|
tchannel-example-0.8.30.pom | |
tchannel-example-0.8.30.jar | 102 KB |
tchannel-example-0.8.30-sources.jar | 37 KB |
tchannel-example-0.8.30-javadoc.jar | 120 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.uber.tchannel/tchannel-example/ -->
<dependency>
<groupId>com.uber.tchannel</groupId>
<artifactId>tchannel-example</artifactId>
<version>0.8.30</version>
</dependency>
// https://jarcasting.com/artifacts/com.uber.tchannel/tchannel-example/
implementation 'com.uber.tchannel:tchannel-example:0.8.30'
// https://jarcasting.com/artifacts/com.uber.tchannel/tchannel-example/
implementation ("com.uber.tchannel:tchannel-example:0.8.30")
'com.uber.tchannel:tchannel-example:jar:0.8.30'
<dependency org="com.uber.tchannel" name="tchannel-example" rev="0.8.30">
<artifact name="tchannel-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uber.tchannel', module='tchannel-example', version='0.8.30')
)
libraryDependencies += "com.uber.tchannel" % "tchannel-example" % "0.8.30"
[com.uber.tchannel/tchannel-example "0.8.30"]
Group / Artifact | Type | Version |
---|---|---|
com.uber.tchannel : tchannel-core | jar | 0.8.30 |
com.uber.tchannel : tchannel-hyperbahn | jar | 0.8.30 |
commons-cli : commons-cli | jar | 1.4 |
org.slf4j : slf4j-simple | jar | 1.7.25 |