Download GfxAssert-1.0.4.jar file - Jar g

Jar examples for g:GfxAssert

Description

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

You can download jar file GfxAssert 1.0.4 in this page.

License

GNU Lesser General Public License 3.0

Build File

You can use the following script to add GfxAssert-1.0.4.jar to your project.

<dependency>
   <groupId>net.mabboud.gfxassert</groupId>
   <artifactId>GfxAssert</artifactId>
   <version>1.0.4</version>
</dependency>
compile group: 'net.mabboud.gfxassert', name: 'GfxAssert', version: '1.0.4'
libraryDependencies += "net.mabboud.gfxassert" % "GfxAssert" % "1.0.4"
<dependency org="net.mabboud.gfxassert" name="GfxAssert" rev="1.0.4"/>
@Grapes(@Grab(group='net.mabboud.gfxassert', module='GfxAssert', version='1.0.4'))
'net.mabboud.gfxassert:GfxAssert:jar:1.0.4'

Download

Click the following link to download the jar file.

GfxAssert-1.0.4-javadoc.jar
GfxAssert-1.0.4-sources.jar
GfxAssert-1.0.4.jar
GfxAssert-1.0.4.pom



Related Tutorials