MVN

io.github.lsd-consulting : lsd-junit5

Maven & Gradle

Jul 04, 2023
1 stars

lsd-junit5 · A library providing a Junit5 extension for generating LSD reports

<dependency>
    <groupId>io.github.lsd-consulting</groupId>
    <artifactId>lsd-junit5</artifactId>
    <version>6.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.lsd-consulting : lsd-junit5 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.1

All Versions

Choose a version of io.github.lsd-consulting : lsd-junit5 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
lsd-junit5-6.0.1
lsd-junit5-6.0.0
5.2.x
lsd-junit5-5.2.0
5.1.x
lsd-junit5-5.1.0
5.0.x
lsd-junit5-5.0.1
lsd-junit5-5.0.0
4.0.x
lsd-junit5-4.0.0
3.1.x
lsd-junit5-3.1.0
3.0.x
lsd-junit5-3.0.4
lsd-junit5-3.0.3
lsd-junit5-3.0.2
lsd-junit5-3.0.1
lsd-junit5-3.0.0
2.0.x
lsd-junit5-2.0.0
1.1.x
lsd-junit5-1.1.6
lsd-junit5-1.1.5
lsd-junit5-1.1.4
lsd-junit5-1.1.3
lsd-junit5-1.1.2
1.0.x
lsd-junit5-1.0.3
lsd-junit5-1.0.2
lsd-junit5-1.0.1
lsd-junit5-1.0.0
0.1.x
lsd-junit5-0.1.3
lsd-junit5-0.1.2
lsd-junit5-0.1.1
v1.0.x
lsd-junit5-v1.0.3-1-gb02cb0d.dirty

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.lsd-consulting</groupId>
    <artifactId>lsd-junit5</artifactId>
    <version>6.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.lsd-consulting : lsd-junit5 gradle dependency to your build.gradle file:

implementation 'io.github.lsd-consulting:lsd-junit5:6.0.1'

Gradle Kotlin DSL: Add the following io.github.lsd-consulting : lsd-junit5 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.lsd-consulting:lsd-junit5:6.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.lsd-consulting : lsd-junit5 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.lsd-consulting" % "lsd-junit5" % "6.0.1"

Advertisement