MVN

org.qamatic : mintleaf-cmd

Maven & Gradle

Feb 19, 2019
<dependency>
    <groupId>org.qamatic</groupId>
    <artifactId>mintleaf-cmd</artifactId>
    <version>1.8.42</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.qamatic : mintleaf-cmd to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.42

All Versions

Choose a version of org.qamatic : mintleaf-cmd to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
mintleaf-cmd-1.8.42
mintleaf-cmd-1.8.39
mintleaf-cmd-1.8.31
mintleaf-cmd-1.8.30
mintleaf-cmd-1.8.28
mintleaf-cmd-1.8.27
mintleaf-cmd-1.8.26
mintleaf-cmd-1.8.25
mintleaf-cmd-1.8.23
mintleaf-cmd-1.8.22
mintleaf-cmd-1.8.21
mintleaf-cmd-1.8.20
mintleaf-cmd-1.8.19
mintleaf-cmd-1.8.18
mintleaf-cmd-1.8.17
mintleaf-cmd-1.8.16
mintleaf-cmd-1.8.15
mintleaf-cmd-1.8.14

How to add a dependency to Maven

Add the following org.qamatic : mintleaf-cmd maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.qamatic</groupId>
    <artifactId>mintleaf-cmd</artifactId>
    <version>1.8.42</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.qamatic : mintleaf-cmd gradle dependency to your build.gradle file:

implementation 'org.qamatic:mintleaf-cmd:1.8.42'

Gradle Kotlin DSL: Add the following org.qamatic : mintleaf-cmd gradle kotlin dependency to your build.gradle.kts file:

implementation("org.qamatic:mintleaf-cmd:1.8.42")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.qamatic : mintleaf-cmd sbt scala dependency to your build.sbt file:

libraryDependencies += "org.qamatic" % "mintleaf-cmd" % "1.8.42"