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