GroupId | GroupIdorg.opencb.opencga |
---|---|
ArtifactId | ArtifactIdopencga-storage-benchmark |
Version | Version2.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opencb.opencga/opencga-storage-benchmark/ -->
<dependency>
<groupId>org.opencb.opencga</groupId>
<artifactId>opencga-storage-benchmark</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencb.opencga/opencga-storage-benchmark/
implementation 'org.opencb.opencga:opencga-storage-benchmark:2.0.2'
// https://jarcasting.com/artifacts/org.opencb.opencga/opencga-storage-benchmark/
implementation ("org.opencb.opencga:opencga-storage-benchmark:2.0.2")
'org.opencb.opencga:opencga-storage-benchmark:jar:2.0.2'
<dependency org="org.opencb.opencga" name="opencga-storage-benchmark" rev="2.0.2">
<artifact name="opencga-storage-benchmark" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencb.opencga', module='opencga-storage-benchmark', version='2.0.2')
)
libraryDependencies += "org.opencb.opencga" % "opencga-storage-benchmark" % "2.0.2"
[org.opencb.opencga/opencga-storage-benchmark "2.0.2"]