MVN

io.github.dmytrodm : mvncntrltst

Maven & Gradle

Oct 21, 2021
0 stars

mvncntrltst · Test project

<dependency>
    <groupId>io.github.dmytrodm</groupId>
    <artifactId>mvncntrltst</artifactId>
    <version>3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.2

All Versions

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

Version Vulnerabilities Updated
3.2
mvncntrltst-3.2
3.1
mvncntrltst-3.1
3.0
mvncntrltst-3.0
2.3
mvncntrltst-2.3
2.2
mvncntrltst-2.2
2.1
mvncntrltst-2.1
2.0
mvncntrltst-2.0
1.0.x
mvncntrltst-1.0.12
mvncntrltst-1.0.11
mvncntrltst-1.0.9
mvncntrltst-1.0.8
mvncntrltst-1.0.7
mvncntrltst-1.0.6
mvncntrltst-1.0.4
mvncntrltst-1.0.1
mvncntrltst-1.0.0
unspecified
mvncntrltst-unspecified

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.dmytrodm</groupId>
    <artifactId>mvncntrltst</artifactId>
    <version>3.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.dmytrodm:mvncntrltst:3.2'

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

implementation("io.github.dmytrodm:mvncntrltst:3.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.dmytrodm" % "mvncntrltst" % "3.2"

Advertisement