MVN

org.homio : homio-hquery

Maven & Gradle

Jul 13, 2023

Homio hardware query api

<dependency>
    <groupId>org.homio</groupId>
    <artifactId>homio-hquery</artifactId>
    <version>1.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.homio : homio-hquery to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.3

All Versions

Choose a version of org.homio : homio-hquery to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
homio-hquery-1.2.3
homio-hquery-1.2.0
1.1.x
homio-hquery-1.1.0
1.0.x
homio-hquery-1.0.3
homio-hquery-1.0.2
homio-hquery-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.homio</groupId>
    <artifactId>homio-hquery</artifactId>
    <version>1.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.homio : homio-hquery gradle dependency to your build.gradle file:

implementation 'org.homio:homio-hquery:1.2.3'

Gradle Kotlin DSL: Add the following org.homio : homio-hquery gradle kotlin dependency to your build.gradle.kts file:

implementation("org.homio:homio-hquery:1.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.homio : homio-hquery sbt scala dependency to your build.sbt file:

libraryDependencies += "org.homio" % "homio-hquery" % "1.2.3"