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