is not current version
Last Version 0.1.5

edu.ucr.cs.bdlab:jhdf 0.1.0

A pure Java library for opening HDF files

GroupId

GroupId

edu.ucr.cs.bdlab
ArtifactId

ArtifactId

jhdf
Version

Version

0.1.0
Type

Type

jar

Download jhdf 0.1.0


<!-- https://jarcasting.com/artifacts/edu.ucr.cs.bdlab/jhdf/ -->
<dependency>
    <groupId>edu.ucr.cs.bdlab</groupId>
    <artifactId>jhdf</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/edu.ucr.cs.bdlab/jhdf/
implementation 'edu.ucr.cs.bdlab:jhdf:0.1.0'
// https://jarcasting.com/artifacts/edu.ucr.cs.bdlab/jhdf/
implementation ("edu.ucr.cs.bdlab:jhdf:0.1.0")
'edu.ucr.cs.bdlab:jhdf:jar:0.1.0'
<dependency org="edu.ucr.cs.bdlab" name="jhdf" rev="0.1.0">
  <artifact name="jhdf" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.ucr.cs.bdlab', module='jhdf', version='0.1.0')
)
libraryDependencies += "edu.ucr.cs.bdlab" % "jhdf" % "0.1.0"
[edu.ucr.cs.bdlab/jhdf "0.1.0"]