j

jexter-junit5-core

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