MVN

name.bychkov : junit5-tests

Maven & Gradle

Sep 09, 2022
0 stars

JUnit5-Extensions Tests · JUnit5 tests of JUnit5-Extensions

<dependency>
    <groupId>name.bychkov</groupId>
    <artifactId>junit5-tests</artifactId>
    <version>0.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of name.bychkov : junit5-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.1

All Versions

Choose a version of name.bychkov : junit5-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
junit5-tests-0.5.1
junit5-tests-0.5.0
0.4.x
junit5-tests-0.4.2
junit5-tests-0.4.1
junit5-tests-0.4.0
0.3.x
junit5-tests-0.3.1
junit5-tests-0.3.0
0.2.x
junit5-tests-0.2.0
0.1.x
junit5-tests-0.1.2

How to add a dependency to Maven

Add the following name.bychkov : junit5-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>name.bychkov</groupId>
    <artifactId>junit5-tests</artifactId>
    <version>0.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following name.bychkov : junit5-tests gradle dependency to your build.gradle file:

implementation 'name.bychkov:junit5-tests:0.5.1'

Gradle Kotlin DSL: Add the following name.bychkov : junit5-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("name.bychkov:junit5-tests:0.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following name.bychkov : junit5-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "name.bychkov" % "junit5-tests" % "0.5.1"

Advertisement