| Группа | Группаcom.linkedin.parseq |
|---|---|
| Идентификатор | Идентификаторparseq-benchmark |
| Версия | Версия3.0.13 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.linkedin.parseq/parseq-benchmark/ -->
<dependency>
<groupId>com.linkedin.parseq</groupId>
<artifactId>parseq-benchmark</artifactId>
<version>3.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.linkedin.parseq/parseq-benchmark/
implementation 'com.linkedin.parseq:parseq-benchmark:3.0.13'
// https://jarcasting.com/artifacts/com.linkedin.parseq/parseq-benchmark/
implementation ("com.linkedin.parseq:parseq-benchmark:3.0.13")
'com.linkedin.parseq:parseq-benchmark:jar:3.0.13'
<dependency org="com.linkedin.parseq" name="parseq-benchmark" rev="3.0.13">
<artifact name="parseq-benchmark" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linkedin.parseq', module='parseq-benchmark', version='3.0.13')
)
libraryDependencies += "com.linkedin.parseq" % "parseq-benchmark" % "3.0.13"
[com.linkedin.parseq/parseq-benchmark "3.0.13"]