j

jgiven-maven-plugin

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