| GroupId | GroupIdorg.jhardware |
|---|---|
| ArtifactId | ArtifactIdjHardware |
| Version | Version0.8.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jHardware-0.8.1.pom | |
| jHardware-0.8.1.jar | 62 KB |
| jHardware-0.8.1-sources.jar | 50 KB |
| jHardware-0.8.1-javadoc.jar | 385 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jhardware/jHardware/ -->
<dependency>
<groupId>org.jhardware</groupId>
<artifactId>jHardware</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jhardware/jHardware/
implementation 'org.jhardware:jHardware:0.8.1'
// https://jarcasting.com/artifacts/org.jhardware/jHardware/
implementation ("org.jhardware:jHardware:0.8.1")
'org.jhardware:jHardware:jar:0.8.1'
<dependency org="org.jhardware" name="jHardware" rev="0.8.1">
<artifact name="jHardware" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jhardware', module='jHardware', version='0.8.1')
)
libraryDependencies += "org.jhardware" % "jHardware" % "0.8.1"
[org.jhardware/jHardware "0.8.1"]