is not current version
Last Version 1.0.4

com.jparams:jparams-junit4 1.0.2

Parameterized JUnit4 Tests

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.jparams
ArtifactId

ArtifactId

jparams-junit4
Version

Version

1.0.2
Type

Type

jar

Download jparams-junit4 1.0.2


<!-- https://jarcasting.com/artifacts/com.jparams/jparams-junit4/ -->
<dependency>
    <groupId>com.jparams</groupId>
    <artifactId>jparams-junit4</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.jparams/jparams-junit4/
implementation 'com.jparams:jparams-junit4:1.0.2'
// https://jarcasting.com/artifacts/com.jparams/jparams-junit4/
implementation ("com.jparams:jparams-junit4:1.0.2")
'com.jparams:jparams-junit4:jar:1.0.2'
<dependency org="com.jparams" name="jparams-junit4" rev="1.0.2">
  <artifact name="jparams-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jparams', module='jparams-junit4', version='1.0.2')
)
libraryDependencies += "com.jparams" % "jparams-junit4" % "1.0.2"
[com.jparams/jparams-junit4 "1.0.2"]