MVN

com.github.paulcwarren : ginkgo4j

Maven & Gradle

Dec 21, 2022
20 usages
24 stars

Ginkgo 4 Java · Ginkgo-style testing for Java

<dependency>
    <groupId>com.github.paulcwarren</groupId>
    <artifactId>ginkgo4j</artifactId>
    <version>1.0.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.paulcwarren : ginkgo4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.15

All Versions

Choose a version of com.github.paulcwarren : ginkgo4j to add to Maven or Gradle - All Versions:

  • Version Updated
  • ginkgo4j-1.0.15

    Dec 21, 2022
  • ginkgo4j-1.0.14

    Apr 28, 2021
  • ginkgo4j-1.0.13

    Jan 16, 2021
  • ginkgo4j-1.0.12

    Apr 07, 2020
  • ginkgo4j-1.0.11

    Feb 19, 2020
  • ginkgo4j-1.0.10

    Dec 11, 2019
  • ginkgo4j-1.0.9

    Mar 17, 2017
  • ginkgo4j-1.0.8

    Mar 16, 2017
  • ginkgo4j-1.0.7

    Nov 24, 2016
  • ginkgo4j-1.0.6

    Nov 23, 2016
  • ginkgo4j-1.0.5

    Oct 26, 2016
  • ginkgo4j-1.0.4

    Oct 19, 2016
  • ginkgo4j-1.0.3

    Sep 10, 2016
  • ginkgo4j-1.0.2

    Sep 09, 2016
  • ginkgo4j-1.0.1

    Aug 18, 2016
  • ginkgo4j-1.0.0

    May 27, 2016

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.paulcwarren</groupId>
    <artifactId>ginkgo4j</artifactId>
    <version>1.0.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.paulcwarren : ginkgo4j gradle dependency to your build.gradle file:

implementation 'com.github.paulcwarren:ginkgo4j:1.0.15'

Gradle Kotlin DSL: Add the following com.github.paulcwarren : ginkgo4j gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.paulcwarren:ginkgo4j:1.0.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.paulcwarren : ginkgo4j sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.paulcwarren" % "ginkgo4j" % "1.0.15"