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