MVN

net.mabboud.gfxassert : GfxAssert

Maven & Gradle

Jul 19, 2016
1 usages
2 stars

GfxAssert · GfxAssert is a library for image and geometric asserts in test code and provides hamcrest matchers for doing so.

<dependency>
    <groupId>net.mabboud.gfxassert</groupId>
    <artifactId>GfxAssert</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.mabboud.gfxassert : GfxAssert to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of net.mabboud.gfxassert : GfxAssert to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
GfxAssert-1.0.4

How to add a dependency to Maven

Add the following net.mabboud.gfxassert : GfxAssert maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.mabboud.gfxassert</groupId>
    <artifactId>GfxAssert</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.mabboud.gfxassert : GfxAssert gradle dependency to your build.gradle file:

implementation 'net.mabboud.gfxassert:GfxAssert:1.0.4'

Gradle Kotlin DSL: Add the following net.mabboud.gfxassert : GfxAssert gradle kotlin dependency to your build.gradle.kts file:

implementation("net.mabboud.gfxassert:GfxAssert:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.mabboud.gfxassert : GfxAssert sbt scala dependency to your build.sbt file:

libraryDependencies += "net.mabboud.gfxassert" % "GfxAssert" % "1.0.4"

Advertisement