MVN

de.quantummaid.mapmaid : tests

Maven & Gradle

Apr 16, 2020
2 usages
5 stars

MapMaid - Tests

<dependency>
    <groupId>de.quantummaid.mapmaid</groupId>
    <artifactId>tests</artifactId>
    <version>0.9.44</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.quantummaid.mapmaid : tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.44

All Versions

Choose a version of de.quantummaid.mapmaid : tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
tests-0.9.44
tests-0.9.43
tests-0.9.42
tests-0.9.41
tests-0.9.40
tests-0.9.39
tests-0.9.38
tests-0.9.37
tests-0.9.36
tests-0.9.35
tests-0.9.34
tests-0.9.33
tests-0.9.32
tests-0.9.31
tests-0.9.30
tests-0.9.29
tests-0.9.28
tests-0.9.27
tests-0.9.26
tests-0.9.25
tests-0.9.24
tests-0.9.23
tests-0.9.22
tests-0.9.21
tests-0.9.20
tests-0.9.19
tests-0.9.18
tests-0.9.17
tests-0.9.16
tests-0.9.15
tests-0.9.14
tests-0.9.13
tests-0.9.12
tests-0.9.11
tests-0.9.10
tests-0.9.9
tests-0.9.8
tests-0.9.7
tests-0.9.6
tests-0.9.5
tests-0.9.4
tests-0.9.3
tests-0.9.2
tests-0.9.0

How to add a dependency to Maven

Add the following de.quantummaid.mapmaid : tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.quantummaid.mapmaid</groupId>
    <artifactId>tests</artifactId>
    <version>0.9.44</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.quantummaid.mapmaid : tests gradle dependency to your build.gradle file:

implementation 'de.quantummaid.mapmaid:tests:0.9.44'

Gradle Kotlin DSL: Add the following de.quantummaid.mapmaid : tests gradle kotlin dependency to your build.gradle.kts file:

implementation("de.quantummaid.mapmaid:tests:0.9.44")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.quantummaid.mapmaid : tests sbt scala dependency to your build.sbt file:

libraryDependencies += "de.quantummaid.mapmaid" % "tests" % "0.9.44"

Advertisement