MVN

io.perfeccionista.framework : environment-junit5

Maven & Gradle

Aug 10, 2021
0 stars

environment-junit5 · Module environment-junit5 of Perfeccionista Framework.

<dependency>
    <groupId>io.perfeccionista.framework</groupId>
    <artifactId>environment-junit5</artifactId>
    <version>0.2.0-Beta</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.perfeccionista.framework : environment-junit5 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.0-Beta
  • Latest Beta: 0.2.0-Beta

All Versions

Choose a version of io.perfeccionista.framework : environment-junit5 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
environment-junit5-0.2.0-Beta
0.1.x
environment-junit5-0.1.0-Beta
0.0.x
environment-junit5-0.0.4-Beta
environment-junit5-0.0.3-Beta
environment-junit5-0.0.2-Beta
environment-junit5-0.0.1-Beta

How to add a dependency to Maven

Add the following io.perfeccionista.framework : environment-junit5 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.perfeccionista.framework</groupId>
    <artifactId>environment-junit5</artifactId>
    <version>0.2.0-Beta</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.perfeccionista.framework : environment-junit5 gradle dependency to your build.gradle file:

implementation 'io.perfeccionista.framework:environment-junit5:0.2.0-Beta'

Gradle Kotlin DSL: Add the following io.perfeccionista.framework : environment-junit5 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.perfeccionista.framework:environment-junit5:0.2.0-Beta")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.perfeccionista.framework : environment-junit5 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.perfeccionista.framework" % "environment-junit5" % "0.2.0-Beta"