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