| GroupId | GroupIdcom.linkedin.parseq |
|---|---|
| ArtifactId | ArtifactIdparseq-benchmark |
| Version | Version2.6.28 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.linkedin.parseq/parseq-benchmark/ -->
<dependency>
<groupId>com.linkedin.parseq</groupId>
<artifactId>parseq-benchmark</artifactId>
<version>2.6.28</version>
</dependency>
// https://jarcasting.com/artifacts/com.linkedin.parseq/parseq-benchmark/
implementation 'com.linkedin.parseq:parseq-benchmark:2.6.28'
// https://jarcasting.com/artifacts/com.linkedin.parseq/parseq-benchmark/
implementation ("com.linkedin.parseq:parseq-benchmark:2.6.28")
'com.linkedin.parseq:parseq-benchmark:jar:2.6.28'
<dependency org="com.linkedin.parseq" name="parseq-benchmark" rev="2.6.28">
<artifact name="parseq-benchmark" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linkedin.parseq', module='parseq-benchmark', version='2.6.28')
)
libraryDependencies += "com.linkedin.parseq" % "parseq-benchmark" % "2.6.28"
[com.linkedin.parseq/parseq-benchmark "2.6.28"]