G

GfxAssert

GfxAssert is a library for image and geometric asserts in test code and provides hamcrest matchers for doing so.
https://github.com/m-abboud/GfxAssert
GNU Lesser General Public License 3.0
Matt Abboud
文件下载
文件名 操作
GfxAssert-1.0.4.jar 下载
GfxAssert-1.0.4.pom 下载
GfxAssert-1.0.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.mabboud.gfxassert</groupId>
  <artifactId>GfxAssert</artifactId>
  <version>1.0.4</version>
</dependency>
Gradle Groovy
implementation 'net.mabboud.gfxassert:GfxAssert:1.0.4'
Gradle Kotlin
implementation("net.mabboud.gfxassert:GfxAssert:1.0.4")
Scala SBT
libraryDependencies += "net.mabboud.gfxassert" % "GfxAssert" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='net.mabboud.gfxassert', module='GfxAssert', version='1.0.4')
)
Apache Ivy
<dependency org="net.mabboud.gfxassert" name="GfxAssert" rev="1.0.4" />
Leiningen
[net.mabboud.gfxassert/GfxAssert "1.0.4"]
Apache Buildr
'net.mabboud.gfxassert:GfxAssert:jar:1.0.4'
本项目依赖