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