| License | License | 
|---|---|
| Categories | CategoriesMaven Build Tools | 
| GroupId | GroupIdcom.tngtech.jgiven | 
| ArtifactId | ArtifactIdjgiven-maven-plugin | 
| Last Version | Last Version1.2.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionjgiven-maven-plugin JGiven Maven Mojo | 
| Project URL | Project URL | 
<!-- https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-maven-plugin/ -->
<dependency>
    <groupId>com.tngtech.jgiven</groupId>
    <artifactId>jgiven-maven-plugin</artifactId>
    <version>1.2.2</version>
</dependency>// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-maven-plugin/
implementation 'com.tngtech.jgiven:jgiven-maven-plugin:1.2.2'// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-maven-plugin/
implementation ("com.tngtech.jgiven:jgiven-maven-plugin:1.2.2")'com.tngtech.jgiven:jgiven-maven-plugin:jar:1.2.2'<dependency org="com.tngtech.jgiven" name="jgiven-maven-plugin" rev="1.2.2">
  <artifact name="jgiven-maven-plugin" type="jar" />
</dependency>@Grapes(
@Grab(group='com.tngtech.jgiven', module='jgiven-maven-plugin', version='1.2.2')
)libraryDependencies += "com.tngtech.jgiven" % "jgiven-maven-plugin" % "1.2.2"[com.tngtech.jgiven/jgiven-maven-plugin "1.2.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.35 | 
| com.tngtech.jgiven : jgiven-core | jar | 1.2.2 | 
| com.tngtech.jgiven : jgiven-html5-report | jar | 1.2.2 | 
| org.apache.maven.plugin-tools : maven-plugin-tools-api | jar | 3.6.4 | 
| org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.6.4 |