| License |
License |
|---|---|
| GroupId | GroupIdorg.zuchini |
| ArtifactId | ArtifactIdzuchini-spring |
| 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-spring-0.4.0.pom | |
| zuchini-spring-0.4.0.jar | 8 KB |
| zuchini-spring-0.4.0-sources.jar | 4 KB |
| zuchini-spring-0.4.0-javadoc.jar | 31 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.zuchini/zuchini-spring/ -->
<dependency>
<groupId>org.zuchini</groupId>
<artifactId>zuchini-spring</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.zuchini/zuchini-spring/
implementation 'org.zuchini:zuchini-spring:0.4.0'
// https://jarcasting.com/artifacts/org.zuchini/zuchini-spring/
implementation ("org.zuchini:zuchini-spring:0.4.0")
'org.zuchini:zuchini-spring:jar:0.4.0'
<dependency org="org.zuchini" name="zuchini-spring" rev="0.4.0">
<artifact name="zuchini-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zuchini', module='zuchini-spring', version='0.4.0')
)
libraryDependencies += "org.zuchini" % "zuchini-spring" % "0.4.0"
[org.zuchini/zuchini-spring "0.4.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.zuchini : zuchini-model | jar | 0.4.0 |
| org.zuchini : zuchini-junit | jar | 0.4.0 |
| org.springframework : spring-context | jar | 4.1.7.RELEASE |
| org.springframework : spring-beans | jar | 4.1.7.RELEASE |
| org.springframework : spring-test | jar | 4.1.7.RELEASE |
| junit : junit | jar | 4.12 |
| com.google.code.findbugs : jsr305 | jar | 3.0.0 |