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