MVN

io.github.dtm-labs : dtmcli-common

Maven & Gradle

Mar 02, 2023
19 stars

dtmcli-common

<dependency>
    <groupId>io.github.dtm-labs</groupId>
    <artifactId>dtmcli-common</artifactId>
    <version>2.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.dtm-labs : dtmcli-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.8

All Versions

Choose a version of io.github.dtm-labs : dtmcli-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
dtmcli-common-2.1.8
dtmcli-common-2.1.7
dtmcli-common-2.1.6
dtmcli-common-2.1.5
dtmcli-common-2.1.4.1
dtmcli-common-2.1.4
dtmcli-common-2.1.3
dtmcli-common-2.1.2
dtmcli-common-2.1.1
dtmcli-common-2.1.0
2.0.x
dtmcli-common-2.0.6
dtmcli-common-2.0.5
dtmcli-common-2.0.4
dtmcli-common-2.0.3-Release
dtmcli-common-2.0.2-Release

How to add a dependency to Maven

Add the following io.github.dtm-labs : dtmcli-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.dtm-labs</groupId>
    <artifactId>dtmcli-common</artifactId>
    <version>2.1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.dtm-labs : dtmcli-common gradle dependency to your build.gradle file:

implementation 'io.github.dtm-labs:dtmcli-common:2.1.8'

Gradle Kotlin DSL: Add the following io.github.dtm-labs : dtmcli-common gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.dtm-labs:dtmcli-common:2.1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.dtm-labs : dtmcli-common sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.dtm-labs" % "dtmcli-common" % "2.1.8"