MVN

de.saumya.mojo : minitest-maven-plugin

Maven & Gradle

Nov 02, 2021

Minitest Maven Mojo

<dependency>
    <groupId>de.saumya.mojo</groupId>
    <artifactId>minitest-maven-plugin</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.saumya.mojo : minitest-maven-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1
  • Latest Release Candidate: 1.0.0-rc4
  • Latest Beta: 1.0.0-beta

All Versions

Choose a version of de.saumya.mojo : minitest-maven-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
minitest-maven-plugin-2.0.1
minitest-maven-plugin-2.0.0-1
1.1.x
minitest-maven-plugin-1.1.8
minitest-maven-plugin-1.1.7
minitest-maven-plugin-1.1.6
minitest-maven-plugin-1.1.5
minitest-maven-plugin-1.1.4
minitest-maven-plugin-1.1.3
minitest-maven-plugin-1.1.2
minitest-maven-plugin-1.1.1
minitest-maven-plugin-1.1.0
1.0.x
minitest-maven-plugin-1.0.10
minitest-maven-plugin-1.0.9
minitest-maven-plugin-1.0.8
minitest-maven-plugin-1.0.7
minitest-maven-plugin-1.0.6
minitest-maven-plugin-1.0.5
minitest-maven-plugin-1.0.4
minitest-maven-plugin-1.0.3
minitest-maven-plugin-1.0.2
minitest-maven-plugin-1.0.1
minitest-maven-plugin-1.0.0
minitest-maven-plugin-1.0.0-rc4
minitest-maven-plugin-1.0.0-rc3
minitest-maven-plugin-1.0.0-rc2
minitest-maven-plugin-1.0.0-rc
minitest-maven-plugin-1.0.0-beta
0.29.x
minitest-maven-plugin-0.29.4
minitest-maven-plugin-0.29.3
minitest-maven-plugin-0.29.2
minitest-maven-plugin-0.29.1
minitest-maven-plugin-0.29.0

How to add a dependency to Maven

Add the following de.saumya.mojo : minitest-maven-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.saumya.mojo</groupId>
    <artifactId>minitest-maven-plugin</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.saumya.mojo : minitest-maven-plugin gradle dependency to your build.gradle file:

implementation 'de.saumya.mojo:minitest-maven-plugin:2.0.1'

Gradle Kotlin DSL: Add the following de.saumya.mojo : minitest-maven-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("de.saumya.mojo:minitest-maven-plugin:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.saumya.mojo : minitest-maven-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "de.saumya.mojo" % "minitest-maven-plugin" % "2.0.1"