is not current version
Last Version 1.0.6

com.github.maximjev:java-snapshot 1.0.2

Snapshot Testing for Java

Categories

Categories

Java Languages
GroupId

GroupId

com.github.maximjev
ArtifactId

ArtifactId

java-snapshot
Version

Version

1.0.2
Type

Type

jar

Download java-snapshot 1.0.2


<!-- https://jarcasting.com/artifacts/com.github.maximjev/java-snapshot/ -->
<dependency>
    <groupId>com.github.maximjev</groupId>
    <artifactId>java-snapshot</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.maximjev/java-snapshot/
implementation 'com.github.maximjev:java-snapshot:1.0.2'
// https://jarcasting.com/artifacts/com.github.maximjev/java-snapshot/
implementation ("com.github.maximjev:java-snapshot:1.0.2")
'com.github.maximjev:java-snapshot:jar:1.0.2'
<dependency org="com.github.maximjev" name="java-snapshot" rev="1.0.2">
  <artifact name="java-snapshot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.maximjev', module='java-snapshot', version='1.0.2')
)
libraryDependencies += "com.github.maximjev" % "java-snapshot" % "1.0.2"
[com.github.maximjev/java-snapshot "1.0.2"]