is not current version
Last Version 1.0.4

io.wcm:io.wcm.testing.junit-commons 1.0.0

Common extensions of JUnit for supporting the wcm.io JUnit tests.

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

io.wcm
ArtifactId

ArtifactId

io.wcm.testing.junit-commons
Version

Version

1.0.0
Type

Type

jar

Download io.wcm.testing.junit-commons 1.0.0


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