MVN

dev.minutest : minutest

Maven & Gradle

Jul 12, 2021
12 usages
103 stars

minutest · A testing framework for Kotlin

<dependency>
    <groupId>dev.minutest</groupId>
    <artifactId>minutest</artifactId>
    <version>2.0.0-b3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.minutest : minutest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0-b3
  • Latest Release Candidate: 2.0.0-rc4

All Versions

Choose a version of dev.minutest : minutest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
minutest-2.0.0-rc4
minutest-2.0.0-rc3
minutest-2.0.0-b3
minutest-2.0.0-b2
minutest-2.0.0-rc2
minutest-2.0.0-rc1
1.13.x
minutest-1.13.0

How to add a dependency to Maven

Add the following dev.minutest : minutest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.minutest</groupId>
    <artifactId>minutest</artifactId>
    <version>2.0.0-b3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.minutest : minutest gradle dependency to your build.gradle file:

implementation 'dev.minutest:minutest:2.0.0-b3'

Gradle Kotlin DSL: Add the following dev.minutest : minutest gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.minutest:minutest:2.0.0-b3")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.minutest : minutest sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.minutest" % "minutest" % "2.0.0-b3"

Advertisement

Dependencies from Group

Jul 12, 2021
12 usages
103 stars

Discover Dependencies

Feb 11, 2022
6.6k stars
Aug 22, 2023
100 usages
27 stars
Aug 22, 2023
98 usages
27 stars
Aug 24, 2023
23 usages
43 stars
Apr 09, 2021
1 usages
1 stars
Aug 04, 2023
1 usages
Mar 26, 2021
1 stars
Aug 25, 2022
41 usages
59 stars
Mar 26, 2021
33 stars
Mar 25, 2021
2 stars