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