GroupId | GroupIdcom.uber.tchannel |
---|---|
ArtifactId | ArtifactIdtchannel-core |
Version | Version0.8.18 |
Type | Typejar |
Filename | Size |
---|---|
tchannel-core-0.8.18.pom | |
tchannel-core-0.8.18.jar | 318 KB |
tchannel-core-0.8.18-sources.jar | 167 KB |
tchannel-core-0.8.18-javadoc.jar | 642 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.uber.tchannel/tchannel-core/ -->
<dependency>
<groupId>com.uber.tchannel</groupId>
<artifactId>tchannel-core</artifactId>
<version>0.8.18</version>
</dependency>
// https://jarcasting.com/artifacts/com.uber.tchannel/tchannel-core/
implementation 'com.uber.tchannel:tchannel-core:0.8.18'
// https://jarcasting.com/artifacts/com.uber.tchannel/tchannel-core/
implementation ("com.uber.tchannel:tchannel-core:0.8.18")
'com.uber.tchannel:tchannel-core:jar:0.8.18'
<dependency org="com.uber.tchannel" name="tchannel-core" rev="0.8.18">
<artifact name="tchannel-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uber.tchannel', module='tchannel-core', version='0.8.18')
)
libraryDependencies += "com.uber.tchannel" % "tchannel-core" % "0.8.18"
[com.uber.tchannel/tchannel-core "0.8.18"]