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