<dependency>
<groupId>io.github.origin-energy</groupId>
<artifactId>java-snapshot-testing-junit4</artifactId>
<version>2.0.0-Beta4</version>
</dependency>
libraryDependencies += "io.github.origin-energy" % "java-snapshot-testing-junit4" % "2.0.0-Beta4"
@Grapes(
@Grab(group='io.github.origin-energy', module='java-snapshot-testing-junit4', version='2.0.0-Beta4')
)
<dependency org="io.github.origin-energy" name="java-snapshot-testing-junit4" rev="2.0.0-Beta4" />