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