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