License |
License |
---|---|
GroupId | GroupIdorg.zuchini |
ArtifactId | ArtifactIdzuchini-reporter |
Last Version | Last Version0.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAn alternative implementation of cucumber for the jvm based on antlr and junit
|
Filename | Size |
---|---|
zuchini-reporter-0.4.0.pom | |
zuchini-reporter-0.4.0.jar | 9 KB |
zuchini-reporter-0.4.0-sources.jar | 4 KB |
zuchini-reporter-0.4.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.zuchini/zuchini-reporter/ -->
<dependency>
<groupId>org.zuchini</groupId>
<artifactId>zuchini-reporter</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.zuchini/zuchini-reporter/
implementation 'org.zuchini:zuchini-reporter:0.4.0'
// https://jarcasting.com/artifacts/org.zuchini/zuchini-reporter/
implementation ("org.zuchini:zuchini-reporter:0.4.0")
'org.zuchini:zuchini-reporter:jar:0.4.0'
<dependency org="org.zuchini" name="zuchini-reporter" rev="0.4.0">
<artifact name="zuchini-reporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zuchini', module='zuchini-reporter', version='0.4.0')
)
libraryDependencies += "org.zuchini" % "zuchini-reporter" % "0.4.0"
[org.zuchini/zuchini-reporter "0.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.zuchini : zuchini-junit | jar | 0.4.0 |
junit : junit | jar | 4.12 |
com.google.code.findbugs : jsr305 | jar | 3.0.0 |
com.fasterxml.jackson.core : jackson-core | jar | 2.6.1 |