j

jlot5

a framework for large configurable tests based on junit 5
http://www.github.com/openCage/jlot5
bsd-2-clause
Stephan Pfab
Files download
File Operation
jlot5-0.3.1.jar download
jlot5-0.3.1.pom download
jlot5-0.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>de.pfabulist</groupId>
  <artifactId>jlot5</artifactId>
  <version>0.3.1</version>
</dependency>
Gradle Groovy
implementation 'de.pfabulist:jlot5:0.3.1'
Gradle Kotlin
implementation("de.pfabulist:jlot5:0.3.1")
Scala SBT
libraryDependencies += "de.pfabulist" % "jlot5" % "0.3.1"
Groovy Grape
@Grapes(
  @Grab(group='de.pfabulist', module='jlot5', version='0.3.1')
)
Apache Ivy
<dependency org="de.pfabulist" name="jlot5" rev="0.3.1" />
Leiningen
[de.pfabulist/jlot5 "0.3.1"]
Apache Buildr
'de.pfabulist:jlot5:jar:0.3.1'