m

materialstore

A Java/Groovy API to store objects (Screenshots, HTML, JSON, XML) collected during End-to-end testings, plus empowered by diffing and reporting tools
https://kazurayam.github.io/materialstore/
The Apache License, Version 2.0
URAYAMA,kazuaki
Files download
File Operation
materialstore-0.17.3.jar download
materialstore-0.17.3.pom download
materialstore-0.17.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.kazurayam</groupId>
  <artifactId>materialstore</artifactId>
  <version>0.17.3</version>
</dependency>
Gradle Groovy
implementation 'com.kazurayam:materialstore:0.17.3'
Gradle Kotlin
implementation("com.kazurayam:materialstore:0.17.3")
Scala SBT
libraryDependencies += "com.kazurayam" % "materialstore" % "0.17.3"
Groovy Grape
@Grapes(
  @Grab(group='com.kazurayam', module='materialstore', version='0.17.3')
)
Apache Ivy
<dependency org="com.kazurayam" name="materialstore" rev="0.17.3" />
Leiningen
[com.kazurayam/materialstore "0.17.3"]
Apache Buildr
'com.kazurayam:materialstore:jar:0.17.3'