java-snapshot-testing-junit5
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.origin-energy</groupId>
<artifactId>java-snapshot-testing-junit5</artifactId>
<version>4.0.8</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.origin-energy</groupId>
<artifactId>java-snapshot-testing-junit5</artifactId>
<version>4.0.8</version>
<name>java-snapsho-testing</name>
<description>Snapshot Testing for Java</description>
<url>https://github.com/origin-energy/java-snapshot-testing</url>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<developers>
<developer>
<id>jack.matthews</id>
<name>Jack Matthews</name>
<email>jack.matthews@origin.com.au</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/origin-energy/java-snapshot-testing</connection>
<url>https://github.com/origin-energy/java-snapshot-testing</url>
</scm>
</project>