MVN

com.kazurayam : materialstore

Maven & Gradle

May 24, 2023
1 usages
0 stars

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

<dependency>
    <groupId>com.kazurayam</groupId>
    <artifactId>materialstore</artifactId>
    <version>0.16.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kazurayam : materialstore to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.16.6

All Versions

Choose a version of com.kazurayam : materialstore to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.16.x
materialstore-0.16.6
materialstore-0.16.5
materialstore-0.16.4
materialstore-0.16.3
materialstore-0.16.2
materialstore-0.16.1
materialstore-0.16.0
0.14.x
materialstore-0.14.3
materialstore-0.14.2
materialstore-0.14.0
0.13.x
materialstore-0.13.0
0.12.x
materialstore-0.12.5
materialstore-0.12.4
materialstore-0.12.3
materialstore-0.12.2
materialstore-0.12.1
0.11.x
materialstore-0.11.4
materialstore-0.11.3
materialstore-0.11.2
materialstore-0.11.1
materialstore-0.11.0
0.10.x
materialstore-0.10.3
materialstore-0.10.1
0.9.x
materialstore-0.9.5
0.8.x
materialstore-0.8.5
materialstore-0.8.4
materialstore-0.8.3
materialstore-0.8.0
0.7.x
materialstore-0.7.0
0.6.x
materialstore-0.6.2
materialstore-0.6.1
materialstore-0.6.0
0.4.x
materialstore-0.4.16
materialstore-0.4.10
materialstore-0.4.9
materialstore-0.4.7
materialstore-0.4.6
materialstore-0.4.4
materialstore-0.4.3
0.3.x
materialstore-0.3.6
materialstore-0.3.5
materialstore-0.3.3
materialstore-0.3.1
materialstore-0.3.0
0.2.x
materialstore-0.2.0
0.1.x
materialstore-0.1.15
materialstore-0.1.12
materialstore-0.1.11
materialstore-0.1.10
materialstore-0.1.9
materialstore-0.1.8
materialstore-0.1.6
materialstore-0.1.5
materialstore-0.1.4
materialstore-0.1.3
materialstore-0.1.2
materialstore-0.1.1
materialstore-0.1.0

How to add a dependency to Maven

Add the following com.kazurayam : materialstore maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.kazurayam</groupId>
    <artifactId>materialstore</artifactId>
    <version>0.16.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kazurayam : materialstore gradle dependency to your build.gradle file:

implementation 'com.kazurayam:materialstore:0.16.6'

Gradle Kotlin DSL: Add the following com.kazurayam : materialstore gradle kotlin dependency to your build.gradle.kts file:

implementation("com.kazurayam:materialstore:0.16.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kazurayam : materialstore sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kazurayam" % "materialstore" % "0.16.6"

Advertisement