is not current version
Last Version 0.8.6

org.jhardware:jHardware 0.6.1

Library to retrieve hardware information using Java

GroupId

GroupId

org.jhardware
ArtifactId

ArtifactId

jHardware
Version

Version

0.6.1
Type

Type

jar

Download jHardware 0.6.1


<!-- https://jarcasting.com/artifacts/org.jhardware/jHardware/ -->
<dependency>
    <groupId>org.jhardware</groupId>
    <artifactId>jHardware</artifactId>
    <version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jhardware/jHardware/
implementation 'org.jhardware:jHardware:0.6.1'
// https://jarcasting.com/artifacts/org.jhardware/jHardware/
implementation ("org.jhardware:jHardware:0.6.1")
'org.jhardware:jHardware:jar:0.6.1'
<dependency org="org.jhardware" name="jHardware" rev="0.6.1">
  <artifact name="jHardware" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jhardware', module='jHardware', version='0.6.1')
)
libraryDependencies += "org.jhardware" % "jHardware" % "0.6.1"
[org.jhardware/jHardware "0.6.1"]