Files download
File Operation
tool-hardware-1.0.2-alpha06.pom download
Apache Maven
<dependency>
  <groupId>io.github.ccxxcoder</groupId>
  <artifactId>tool-hardware</artifactId>
  <version>1.0.2-alpha06</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.ccxxcoder:tool-hardware:1.0.2-alpha06'
Gradle Kotlin
implementation("io.github.ccxxcoder:tool-hardware:1.0.2-alpha06")
Scala SBT
libraryDependencies += "io.github.ccxxcoder" % "tool-hardware" % "1.0.2-alpha06"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ccxxcoder', module='tool-hardware', version='1.0.2-alpha06')
)
Apache Ivy
<dependency org="io.github.ccxxcoder" name="tool-hardware" rev="1.0.2-alpha06" />
Leiningen
[io.github.ccxxcoder/tool-hardware "1.0.2-alpha06"]
Apache Buildr
'io.github.ccxxcoder:tool-hardware:jar:1.0.2-alpha06'