GroupId | GroupIdcom.uber.tchannel |
---|---|
ArtifactId | ArtifactIdtchannel |
Version | Version0.6.1 |
Type | Typepom |
Filename | Size |
---|---|
tchannel-0.6.1.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.uber.tchannel/tchannel/ -->
<dependency>
<groupId>com.uber.tchannel</groupId>
<artifactId>tchannel</artifactId>
<version>0.6.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.uber.tchannel/tchannel/
implementation 'com.uber.tchannel:tchannel:0.6.1'
// https://jarcasting.com/artifacts/com.uber.tchannel/tchannel/
implementation ("com.uber.tchannel:tchannel:0.6.1")
'com.uber.tchannel:tchannel:pom:0.6.1'
<dependency org="com.uber.tchannel" name="tchannel" rev="0.6.1">
<artifact name="tchannel" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.uber.tchannel', module='tchannel', version='0.6.1')
)
libraryDependencies += "com.uber.tchannel" % "tchannel" % "0.6.1"
[com.uber.tchannel/tchannel "0.6.1"]