Download ginkgo4j-1.0.0.jar file - Jar g

Jar examples for g:ginkgo4j

Description

Ginkgo-style testing for Java

You can download jar file ginkgo4j 1.0.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add ginkgo4j-1.0.0.jar to your project.

<dependency>
   <groupId>com.github.paulcwarren</groupId>
   <artifactId>ginkgo4j</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.github.paulcwarren', name: 'ginkgo4j', version: '1.0.0'
libraryDependencies += "com.github.paulcwarren" % "ginkgo4j" % "1.0.0"
<dependency org="com.github.paulcwarren" name="ginkgo4j" rev="1.0.0"/>
@Grapes(@Grab(group='com.github.paulcwarren', module='ginkgo4j', version='1.0.0'))
'com.github.paulcwarren:ginkgo4j:jar:1.0.0'

Download

Click the following link to download the jar file.

ginkgo4j-1.0.0-javadoc.jar
ginkgo4j-1.0.0-sources.jar
ginkgo4j-1.0.0.jar
ginkgo4j-1.0.0.pom



Related Tutorials