MVN

io.github.schs-robotics : hal9001

Maven & Gradle

Jan 15, 2022
2 stars

HAL9001 · An FTC programming library meant to increase the capabilities of the base sdk and make programming faster, easier, and more collaborative.

<dependency>
    <groupId>io.github.schs-robotics</groupId>
    <artifactId>hal9001</artifactId>
    <version>1.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.schs-robotics : hal9001 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.7
  • Latest Beta: 1.1.0-beta
  • Latest Alpha: 1.1.0-alpha

All Versions

Choose a version of io.github.schs-robotics : hal9001 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
hal9001-1.1.7
hal9001-1.1.6
hal9001-1.1.5
hal9001-1.1.3
hal9001-1.1.2
hal9001-1.1.1
hal9001-1.1.0-beta
hal9001-1.1.0-alpha
hal9001-1.1.0
1.0.x
hal9001-1.0.6
hal9001-1.0.5
hal9001-1.0.4
hal9001-1.0.3
hal9001-1.0.2
hal9001-1.0.1
hal9001-1.0.0

How to add a dependency to Maven

Add the following io.github.schs-robotics : hal9001 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.schs-robotics</groupId>
    <artifactId>hal9001</artifactId>
    <version>1.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.schs-robotics : hal9001 gradle dependency to your build.gradle file:

implementation 'io.github.schs-robotics:hal9001:1.1.7'

Gradle Kotlin DSL: Add the following io.github.schs-robotics : hal9001 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.schs-robotics:hal9001:1.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.schs-robotics : hal9001 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.schs-robotics" % "hal9001" % "1.1.7"

Advertisement