j

junit5-starter

Files download
File Operation
junit5-starter-1.1.0.jar download
junit5-starter-1.1.0.pom download
Apache Maven
<dependency>
  <groupId>pl.wavesoftware.testing</groupId>
  <artifactId>junit5-starter</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'pl.wavesoftware.testing:junit5-starter:1.1.0'
Gradle Kotlin
implementation("pl.wavesoftware.testing:junit5-starter:1.1.0")
Scala SBT
libraryDependencies += "pl.wavesoftware.testing" % "junit5-starter" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='pl.wavesoftware.testing', module='junit5-starter', version='1.1.0')
)
Apache Ivy
<dependency org="pl.wavesoftware.testing" name="junit5-starter" rev="1.1.0" />
Leiningen
[pl.wavesoftware.testing/junit5-starter "1.1.0"]
Apache Buildr
'pl.wavesoftware.testing:junit5-starter:jar:1.1.0'