Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.opencb.hpg-bigdata |
ArtifactId | ArtifactIdhpg-bigdata-tools |
Version | Version1.0.0-alpha |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opencb.hpg-bigdata/hpg-bigdata-tools/ -->
<dependency>
<groupId>org.opencb.hpg-bigdata</groupId>
<artifactId>hpg-bigdata-tools</artifactId>
<version>1.0.0-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencb.hpg-bigdata/hpg-bigdata-tools/
implementation 'org.opencb.hpg-bigdata:hpg-bigdata-tools:1.0.0-alpha'
// https://jarcasting.com/artifacts/org.opencb.hpg-bigdata/hpg-bigdata-tools/
implementation ("org.opencb.hpg-bigdata:hpg-bigdata-tools:1.0.0-alpha")
'org.opencb.hpg-bigdata:hpg-bigdata-tools:jar:1.0.0-alpha'
<dependency org="org.opencb.hpg-bigdata" name="hpg-bigdata-tools" rev="1.0.0-alpha">
<artifact name="hpg-bigdata-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencb.hpg-bigdata', module='hpg-bigdata-tools', version='1.0.0-alpha')
)
libraryDependencies += "org.opencb.hpg-bigdata" % "hpg-bigdata-tools" % "1.0.0-alpha"
[org.opencb.hpg-bigdata/hpg-bigdata-tools "1.0.0-alpha"]