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