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