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