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