is not current version
Last Version 1.0.5

org.bitbucket.gthimm.junitextras:junit-extras 1.0.1

Extras for junit: CSV reader for creating parametrized junit tests, matcher and a suite selecting classes via regular expressions.

Categories

Categories

JUnit Unit Testing iText Business Logic Libraries Documents Processing iText Data PDF
GroupId

GroupId

org.bitbucket.gthimm.junitextras
ArtifactId

ArtifactId

junit-extras
Version

Version

1.0.1
Type

Type

jar

Download junit-extras 1.0.1


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