MVN

io.sitoolkit.util.bth : sit-util-bth

Maven & Gradle

Jan 24, 2020
4 usages
0 stars

sit-util-bth · SI-Toolkit Build Tool Helper

<dependency>
    <groupId>io.sitoolkit.util.bth</groupId>
    <artifactId>sit-util-bth</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.sitoolkit.util.bth : sit-util-bth to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1
  • Latest Alpha: 1.0.0-alpha.9

All Versions

Choose a version of io.sitoolkit.util.bth : sit-util-bth to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
sit-util-bth-1.1.1
sit-util-bth-1.1.0
1.0.x
sit-util-bth-1.0.0
sit-util-bth-1.0.0-alpha.9
sit-util-bth-1.0.0-alpha.8
sit-util-bth-1.0.0-alpha.7
sit-util-bth-1.0.0-alpha.6
sit-util-bth-1.0.0-alpha.5
sit-util-bth-1.0.0-alpha.4
sit-util-bth-1.0.0-alpha.3
sit-util-bth-1.0.0-alpha.2
sit-util-bth-1.0.0-alpha.1

How to add a dependency to Maven

Add the following io.sitoolkit.util.bth : sit-util-bth maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.sitoolkit.util.bth</groupId>
    <artifactId>sit-util-bth</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.sitoolkit.util.bth : sit-util-bth gradle dependency to your build.gradle file:

implementation 'io.sitoolkit.util.bth:sit-util-bth:1.1.1'

Gradle Kotlin DSL: Add the following io.sitoolkit.util.bth : sit-util-bth gradle kotlin dependency to your build.gradle.kts file:

implementation("io.sitoolkit.util.bth:sit-util-bth:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.sitoolkit.util.bth : sit-util-bth sbt scala dependency to your build.sbt file:

libraryDependencies += "io.sitoolkit.util.bth" % "sit-util-bth" % "1.1.1"

Advertisement