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