MVN

name.remal.tools.test : junit5

Maven & Gradle

Apr 23, 2020

Java & Kotlin tools: test: junit5 · Java & Kotlin tools: test: junit5

<dependency>
    <groupId>name.remal.tools.test</groupId>
    <artifactId>junit5</artifactId>
    <version>1.26.147</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of name.remal.tools.test : junit5 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.26.147

All Versions

Choose a version of name.remal.tools.test : junit5 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.26.x
junit5-1.26.147
junit5-1.26.146
junit5-1.26.145
junit5-1.26.144
junit5-1.26.143
junit5-1.26.141
junit5-1.26.140
junit5-1.26.139
junit5-1.26.138
junit5-1.26.136
junit5-1.26.135
junit5-1.26.134
junit5-1.26.133
junit5-1.26.132
junit5-1.26.131
junit5-1.26.130
junit5-1.26.129
junit5-1.26.128
junit5-1.26.127
junit5-1.26.126
junit5-1.26.125
junit5-1.26.124
junit5-1.26.123
junit5-1.26.122
junit5-1.26.121
junit5-1.26.120
junit5-1.26.119
junit5-1.26.118
junit5-1.26.117
junit5-1.26.116
junit5-1.26.115
junit5-1.26.114
junit5-1.26.113
junit5-1.26.112
junit5-1.26.111
junit5-1.26.110
junit5-1.26.109
junit5-1.26.108
junit5-1.26.107
junit5-1.26.106
junit5-1.26.105
junit5-1.26.104
junit5-1.26.103
junit5-1.26.102
junit5-1.26.101
junit5-1.26.98
junit5-1.26.97
junit5-1.26.95
junit5-1.26.94
junit5-1.26.91
junit5-1.26.90
junit5-1.26.89
0.26.x
junit5-0.26.34

How to add a dependency to Maven

Add the following name.remal.tools.test : junit5 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>name.remal.tools.test</groupId>
    <artifactId>junit5</artifactId>
    <version>1.26.147</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following name.remal.tools.test : junit5 gradle dependency to your build.gradle file:

implementation 'name.remal.tools.test:junit5:1.26.147'

Gradle Kotlin DSL: Add the following name.remal.tools.test : junit5 gradle kotlin dependency to your build.gradle.kts file:

implementation("name.remal.tools.test:junit5:1.26.147")

How to add a dependency to SBT Scala

SBT Scala: Add the following name.remal.tools.test : junit5 sbt scala dependency to your build.sbt file:

libraryDependencies += "name.remal.tools.test" % "junit5" % "1.26.147"

Advertisement