| License |
License |
|---|---|
| GroupId | GroupIdcom.tngtech.jgiven |
| ArtifactId | ArtifactIdjgiven-parent |
| Last Version | Last Version0.5.4 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionJGiven
JGiven - BDD for Java in Java
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jgiven-parent-0.5.4.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-parent/ -->
<dependency>
<groupId>com.tngtech.jgiven</groupId>
<artifactId>jgiven-parent</artifactId>
<version>0.5.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-parent/
implementation 'com.tngtech.jgiven:jgiven-parent:0.5.4'
// https://jarcasting.com/artifacts/com.tngtech.jgiven/jgiven-parent/
implementation ("com.tngtech.jgiven:jgiven-parent:0.5.4")
'com.tngtech.jgiven:jgiven-parent:pom:0.5.4'
<dependency org="com.tngtech.jgiven" name="jgiven-parent" rev="0.5.4">
<artifact name="jgiven-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.tngtech.jgiven', module='jgiven-parent', version='0.5.4')
)
libraryDependencies += "com.tngtech.jgiven" % "jgiven-parent" % "0.5.4"
[com.tngtech.jgiven/jgiven-parent "0.5.4"]