Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdde.codecentric.zucchini |
ArtifactId | ArtifactIdzucchini-web-junit |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
zucchini-web-junit-2.0.1.pom | |
zucchini-web-junit-2.0.1.jar | 9 KB |
zucchini-web-junit-2.0.1-sources.jar | 5 KB |
zucchini-web-junit-2.0.1-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.codecentric.zucchini/zucchini-web-junit/ -->
<dependency>
<groupId>de.codecentric.zucchini</groupId>
<artifactId>zucchini-web-junit</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.codecentric.zucchini/zucchini-web-junit/
implementation 'de.codecentric.zucchini:zucchini-web-junit:2.0.1'
// https://jarcasting.com/artifacts/de.codecentric.zucchini/zucchini-web-junit/
implementation ("de.codecentric.zucchini:zucchini-web-junit:2.0.1")
'de.codecentric.zucchini:zucchini-web-junit:jar:2.0.1'
<dependency org="de.codecentric.zucchini" name="zucchini-web-junit" rev="2.0.1">
<artifact name="zucchini-web-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.codecentric.zucchini', module='zucchini-web-junit', version='2.0.1')
)
libraryDependencies += "de.codecentric.zucchini" % "zucchini-web-junit" % "2.0.1"
[de.codecentric.zucchini/zucchini-web-junit "2.0.1"]