j

jgiven-tests

JGiven Tests - Contains BDD tests for JGiven written in JGiven
https://jgiven.org
The Apache Software License, Version 2.0
Jan Schäfer Kristof Karhan
Files download
File Operation
jgiven-tests-1.3.1.jar download
jgiven-tests-1.3.1.pom download
jgiven-tests-1.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.tngtech.jgiven</groupId>
  <artifactId>jgiven-tests</artifactId>
  <version>1.3.1</version>
</dependency>
Gradle Groovy
implementation 'com.tngtech.jgiven:jgiven-tests:1.3.1'
Gradle Kotlin
implementation("com.tngtech.jgiven:jgiven-tests:1.3.1")
Scala SBT
libraryDependencies += "com.tngtech.jgiven" % "jgiven-tests" % "1.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.tngtech.jgiven', module='jgiven-tests', version='1.3.1')
)
Apache Ivy
<dependency org="com.tngtech.jgiven" name="jgiven-tests" rev="1.3.1" />
Leiningen
[com.tngtech.jgiven/jgiven-tests "1.3.1"]
Apache Buildr
'com.tngtech.jgiven:jgiven-tests:jar:1.3.1'