GroupId | GroupIdedu.ucr.cs.bdlab |
---|---|
ArtifactId | ArtifactIdjhdf |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
jhdf-0.1.1.pom | |
jhdf-0.1.1.jar | 30 KB |
jhdf-0.1.1-sources.jar | 27 KB |
jhdf-0.1.1-javadoc.jar | 112 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.ucr.cs.bdlab/jhdf/ -->
<dependency>
<groupId>edu.ucr.cs.bdlab</groupId>
<artifactId>jhdf</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/edu.ucr.cs.bdlab/jhdf/
implementation 'edu.ucr.cs.bdlab:jhdf:0.1.1'
// https://jarcasting.com/artifacts/edu.ucr.cs.bdlab/jhdf/
implementation ("edu.ucr.cs.bdlab:jhdf:0.1.1")
'edu.ucr.cs.bdlab:jhdf:jar:0.1.1'
<dependency org="edu.ucr.cs.bdlab" name="jhdf" rev="0.1.1">
<artifact name="jhdf" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.ucr.cs.bdlab', module='jhdf', version='0.1.1')
)
libraryDependencies += "edu.ucr.cs.bdlab" % "jhdf" % "0.1.1"
[edu.ucr.cs.bdlab/jhdf "0.1.1"]