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