<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.github.codedabble-dev</groupId> <artifactId>java-snapshot-testing-core</artifactId> <version>4.2.0</version> <name>java-snapshot-testing</name> <description>Snapshot Testing for Java</description> <url>https://github.com/codedabble-dev/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>dev@codedabble.com</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/codedabble-dev/java-snapshot-testing</connection> <url>https://github.com/codedabble-dev/java-snapshot-testing</url> </scm> </project>
<dependency> <groupId>io.github.codedabble-dev</groupId> <artifactId>java-snapshot-testing-core</artifactId> <version>4.2.0</version> </dependency>
io.github.codedabble-dev:java-snapshot-testing-core:4.2.0