Last Version

Test Gadgets Parent 0.0.9

An assortment of testing tools/tricks for JUnit in Java

License

License

GroupId

GroupId

uk.org.webcompere
ArtifactId

ArtifactId

test-gadgets-parent
Version

Version

0.0.9
Type

Type

pom
Description

Description

Test Gadgets Parent
An assortment of testing tools/tricks for JUnit in Java
Project URL

Project URL

https://github.com/webcompere/java-test-gadgets/
Source Code Management

Source Code Management

https://github.com/webcompere/java-test-gadgets/

Download test-gadgets-parent 0.0.9


<!-- https://jarcasting.com/artifacts/uk.org.webcompere/test-gadgets-parent/ -->
<dependency>
    <groupId>uk.org.webcompere</groupId>
    <artifactId>test-gadgets-parent</artifactId>
    <version>0.0.9</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/uk.org.webcompere/test-gadgets-parent/
implementation 'uk.org.webcompere:test-gadgets-parent:0.0.9'
// https://jarcasting.com/artifacts/uk.org.webcompere/test-gadgets-parent/
implementation ("uk.org.webcompere:test-gadgets-parent:0.0.9")
'uk.org.webcompere:test-gadgets-parent:pom:0.0.9'
<dependency org="uk.org.webcompere" name="test-gadgets-parent" rev="0.0.9">
  <artifact name="test-gadgets-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='uk.org.webcompere', module='test-gadgets-parent', version='0.0.9')
)
libraryDependencies += "uk.org.webcompere" % "test-gadgets-parent" % "0.0.9"
[uk.org.webcompere/test-gadgets-parent "0.0.9"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • test-gadgets-core
  • test-gadgets-junit4
  • test-gadgets-jupiter