License |
License |
---|---|
GroupId | GroupIdedu.ucr.cs.bdlab |
ArtifactId | ArtifactIdjhdf |
Version | Version0.1.3 |
Type | Typejar |
Description |
Descriptionedu.ucr.cs.bdlab:jhdf
A pure Java library for opening HDF files
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jhdf-0.1.3.pom | |
jhdf-0.1.3.jar | 31 KB |
jhdf-0.1.3-sources.jar | 27 KB |
jhdf-0.1.3-javadoc.jar | 112 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.ucr.cs.bdlab/jhdf/ -->
<dependency>
<groupId>edu.ucr.cs.bdlab</groupId>
<artifactId>jhdf</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/edu.ucr.cs.bdlab/jhdf/
implementation 'edu.ucr.cs.bdlab:jhdf:0.1.3'
// https://jarcasting.com/artifacts/edu.ucr.cs.bdlab/jhdf/
implementation ("edu.ucr.cs.bdlab:jhdf:0.1.3")
'edu.ucr.cs.bdlab:jhdf:jar:0.1.3'
<dependency org="edu.ucr.cs.bdlab" name="jhdf" rev="0.1.3">
<artifact name="jhdf" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.ucr.cs.bdlab', module='jhdf', version='0.1.3')
)
libraryDependencies += "edu.ucr.cs.bdlab" % "jhdf" % "0.1.3"
[edu.ucr.cs.bdlab/jhdf "0.1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.hadoop : hadoop-common | jar | 2.8.0 |
org.apache.hadoop : hadoop-hdfs | jar | 2.8.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |