GroupId | GroupIdio.jhdf |
---|---|
ArtifactId | ArtifactIdjhdf |
Version | Version0.5.5 |
Type | Typejar |
Filename | Size |
---|---|
jhdf-0.5.5.pom | |
jhdf-0.5.5.jar | 201 KB |
jhdf-0.5.5-sources.jar | 115 KB |
jhdf-0.5.5-javadoc.jar | 410 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.jhdf/jhdf/ -->
<dependency>
<groupId>io.jhdf</groupId>
<artifactId>jhdf</artifactId>
<version>0.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.jhdf/jhdf/
implementation 'io.jhdf:jhdf:0.5.5'
// https://jarcasting.com/artifacts/io.jhdf/jhdf/
implementation ("io.jhdf:jhdf:0.5.5")
'io.jhdf:jhdf:jar:0.5.5'
<dependency org="io.jhdf" name="jhdf" rev="0.5.5">
<artifact name="jhdf" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jhdf', module='jhdf', version='0.5.5')
)
libraryDependencies += "io.jhdf" % "jhdf" % "0.5.5"
[io.jhdf/jhdf "0.5.5"]