MVN

org.harctoolbox : HarcHardware

Maven & Gradle

Dec 19, 2022
3 stars

HarcHardware · Helper functions for accessing hardware etc.

<dependency>
    <groupId>org.harctoolbox</groupId>
    <artifactId>HarcHardware</artifactId>
    <version>2.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.harctoolbox : HarcHardware to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.0

All Versions

Choose a version of org.harctoolbox : HarcHardware to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
HarcHardware-2.4.0
2.3.x
HarcHardware-2.3.1
HarcHardware-2.3.0
2.2.x
HarcHardware-2.2.7
HarcHardware-2.2.6
HarcHardware-2.2.5
HarcHardware-2.2.4
HarcHardware-2.2.3

How to add a dependency to Maven

Add the following org.harctoolbox : HarcHardware maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.harctoolbox</groupId>
    <artifactId>HarcHardware</artifactId>
    <version>2.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.harctoolbox : HarcHardware gradle dependency to your build.gradle file:

implementation 'org.harctoolbox:HarcHardware:2.4.0'

Gradle Kotlin DSL: Add the following org.harctoolbox : HarcHardware gradle kotlin dependency to your build.gradle.kts file:

implementation("org.harctoolbox:HarcHardware:2.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.harctoolbox : HarcHardware sbt scala dependency to your build.sbt file:

libraryDependencies += "org.harctoolbox" % "HarcHardware" % "2.4.0"