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