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