is not current version
Last Version 15.8.0

com.approvaltests:approvaltests-parent 4.0.0T

Unit testing asserts can be difficult to use. Approval tests simplify this by taking a snapshot of the results, and confirming that they have not changed.

GroupId

GroupId

com.approvaltests
ArtifactId

ArtifactId

approvaltests-parent
Version

Version

4.0.0T
Type

Type

pom

Download approvaltests-parent 4.0.0T


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