MVN

io.github.hitechco : hitech

Maven & Gradle

Nov 01, 2022

hitech · hitech

<dependency>
    <groupId>io.github.hitechco</groupId>
    <artifactId>hitech</artifactId>
    <version>1.0.2.33</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.hitechco : hitech to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2.33

All Versions

Choose a version of io.github.hitechco : hitech to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
hitech-1.0.2.33
hitech-1.0.2.32
hitech-1.0.2.30
hitech-1.0.2.28
hitech-1.0.2.26
hitech-1.0.2.25
hitech-1.0.2.21
hitech-1.0.2.20
hitech-1.0.2.18
hitech-1.0.2.17
hitech-1.0.2.16
hitech-1.0.2.15
hitech-1.0.2.14

How to add a dependency to Maven

Add the following io.github.hitechco : hitech maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.hitechco</groupId>
    <artifactId>hitech</artifactId>
    <version>1.0.2.33</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.hitechco : hitech gradle dependency to your build.gradle file:

implementation 'io.github.hitechco:hitech:1.0.2.33'

Gradle Kotlin DSL: Add the following io.github.hitechco : hitech gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.hitechco:hitech:1.0.2.33")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.hitechco : hitech sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.hitechco" % "hitech" % "1.0.2.33"