License |
License |
---|---|
GroupId | GroupIdorg.zuchini.examples |
ArtifactId | ArtifactIdzuchini-examples-mockmvc |
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
|
<!-- https://jarcasting.com/artifacts/org.zuchini.examples/zuchini-examples-mockmvc/ -->
<dependency>
<groupId>org.zuchini.examples</groupId>
<artifactId>zuchini-examples-mockmvc</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.zuchini.examples/zuchini-examples-mockmvc/
implementation 'org.zuchini.examples:zuchini-examples-mockmvc:0.4.0'
// https://jarcasting.com/artifacts/org.zuchini.examples/zuchini-examples-mockmvc/
implementation ("org.zuchini.examples:zuchini-examples-mockmvc:0.4.0")
'org.zuchini.examples:zuchini-examples-mockmvc:jar:0.4.0'
<dependency org="org.zuchini.examples" name="zuchini-examples-mockmvc" rev="0.4.0">
<artifact name="zuchini-examples-mockmvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zuchini.examples', module='zuchini-examples-mockmvc', version='0.4.0')
)
libraryDependencies += "org.zuchini.examples" % "zuchini-examples-mockmvc" % "0.4.0"
[org.zuchini.examples/zuchini-examples-mockmvc "0.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.zuchini : zuchini-intellij-support | jar | 0.4.0 |
org.springframework.boot : spring-boot-starter-web | jar |
Group / Artifact | Type | Version |
---|---|---|
org.zuchini : zuchini-junit | jar | 0.4.0 |
org.zuchini : zuchini-spring | jar | 0.4.0 |
org.springframework.boot : spring-boot-starter-test | jar | |
junit : junit | jar | 4.12 |