MVN

de.hglabor : kit-api

Maven & Gradle

Sep 29, 2022
2 stars

kit-api · api to build kits primarly used for hglabor.de

<dependency>
    <groupId>de.hglabor</groupId>
    <artifactId>kit-api</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.hglabor : kit-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of de.hglabor : kit-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.18.x
kit-api-1.18.1_v6
1.17.x
kit-api-1.17.1_v2
kit-api-1.17.1_LOCAL
kit-api-1.17.1_v1
1.0.x
kit-api-1.0.0
0.2.x
kit-api-0.2.0

How to add a dependency to Maven

Add the following de.hglabor : kit-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.hglabor</groupId>
    <artifactId>kit-api</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.hglabor : kit-api gradle dependency to your build.gradle file:

implementation 'de.hglabor:kit-api:1.0.0'

Gradle Kotlin DSL: Add the following de.hglabor : kit-api gradle kotlin dependency to your build.gradle.kts file:

implementation("de.hglabor:kit-api:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.hglabor : kit-api sbt scala dependency to your build.sbt file:

libraryDependencies += "de.hglabor" % "kit-api" % "1.0.0"

Advertisement