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