License |
License |
---|---|
GroupId | GroupIdorg.zuchini |
ArtifactId | ArtifactIdzuchini-model |
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-model-0.4.0.pom | |
zuchini-model-0.4.0.jar | 79 KB |
zuchini-model-0.4.0-sources.jar | 27 KB |
zuchini-model-0.4.0-javadoc.jar | 266 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.zuchini/zuchini-model/ -->
<dependency>
<groupId>org.zuchini</groupId>
<artifactId>zuchini-model</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.zuchini/zuchini-model/
implementation 'org.zuchini:zuchini-model:0.4.0'
// https://jarcasting.com/artifacts/org.zuchini/zuchini-model/
implementation ("org.zuchini:zuchini-model:0.4.0")
'org.zuchini:zuchini-model:jar:0.4.0'
<dependency org="org.zuchini" name="zuchini-model" rev="0.4.0">
<artifact name="zuchini-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zuchini', module='zuchini-model', version='0.4.0')
)
libraryDependencies += "org.zuchini" % "zuchini-model" % "0.4.0"
[org.zuchini/zuchini-model "0.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.antlr : antlr4-runtime | jar | 4.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |