License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdorg.opencb.hpg |
ArtifactId | ArtifactIdhpg-bigdata |
Version | Version0.5.0 |
Type | Typepom |
Description |
DescriptionHPG Big data project
HPG Big data project aims to manage genomic big data in a Hadoop-based cluster
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hpg-bigdata-0.5.0.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opencb.hpg/hpg-bigdata/ -->
<dependency>
<groupId>org.opencb.hpg</groupId>
<artifactId>hpg-bigdata</artifactId>
<version>0.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opencb.hpg/hpg-bigdata/
implementation 'org.opencb.hpg:hpg-bigdata:0.5.0'
// https://jarcasting.com/artifacts/org.opencb.hpg/hpg-bigdata/
implementation ("org.opencb.hpg:hpg-bigdata:0.5.0")
'org.opencb.hpg:hpg-bigdata:pom:0.5.0'
<dependency org="org.opencb.hpg" name="hpg-bigdata" rev="0.5.0">
<artifact name="hpg-bigdata" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opencb.hpg', module='hpg-bigdata', version='0.5.0')
)
libraryDependencies += "org.opencb.hpg" % "hpg-bigdata" % "0.5.0"
[org.opencb.hpg/hpg-bigdata "0.5.0"]