Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdde.wicketbuch.extensions |
ArtifactId | ArtifactIdappendablerepeater-examples |
Version | Version1.2.5.wicket6 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/de.wicketbuch.extensions/appendablerepeater-examples/ -->
<dependency>
<groupId>de.wicketbuch.extensions</groupId>
<artifactId>appendablerepeater-examples</artifactId>
<version>1.2.5.wicket6</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/de.wicketbuch.extensions/appendablerepeater-examples/
implementation 'de.wicketbuch.extensions:appendablerepeater-examples:1.2.5.wicket6'
// https://jarcasting.com/artifacts/de.wicketbuch.extensions/appendablerepeater-examples/
implementation ("de.wicketbuch.extensions:appendablerepeater-examples:1.2.5.wicket6")
'de.wicketbuch.extensions:appendablerepeater-examples:war:1.2.5.wicket6'
<dependency org="de.wicketbuch.extensions" name="appendablerepeater-examples" rev="1.2.5.wicket6">
<artifact name="appendablerepeater-examples" type="war" />
</dependency>
@Grapes(
@Grab(group='de.wicketbuch.extensions', module='appendablerepeater-examples', version='1.2.5.wicket6')
)
libraryDependencies += "de.wicketbuch.extensions" % "appendablerepeater-examples" % "1.2.5.wicket6"
[de.wicketbuch.extensions/appendablerepeater-examples "1.2.5.wicket6"]