j

jdummy-junit5

Jdummy is the simplest library for creating test objects
https://github.com/nmuzhichin/jdummy
The Apache License, Version 2.0
Nikita Muzhichin
Files download
File Operation
jdummy-junit5-1.1.0.jar download
jdummy-junit5-1.1.0.pom download
jdummy-junit5-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.nmuzhichin</groupId>
  <artifactId>jdummy-junit5</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.nmuzhichin:jdummy-junit5:1.1.0'
Gradle Kotlin
implementation("com.github.nmuzhichin:jdummy-junit5:1.1.0")
Scala SBT
libraryDependencies += "com.github.nmuzhichin" % "jdummy-junit5" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nmuzhichin', module='jdummy-junit5', version='1.1.0')
)
Apache Ivy
<dependency org="com.github.nmuzhichin" name="jdummy-junit5" rev="1.1.0" />
Leiningen
[com.github.nmuzhichin/jdummy-junit5 "1.1.0"]
Apache Buildr
'com.github.nmuzhichin:jdummy-junit5:jar:1.1.0'