Categories |
CategoriesWicket User Interface Web Frameworks Auto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdde.wicketbuch.extensions |
ArtifactId | ArtifactIdextensible-autolinking-examples |
Version | Version1.3.0.wicket6 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/de.wicketbuch.extensions/extensible-autolinking-examples/ -->
<dependency>
<groupId>de.wicketbuch.extensions</groupId>
<artifactId>extensible-autolinking-examples</artifactId>
<version>1.3.0.wicket6</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/de.wicketbuch.extensions/extensible-autolinking-examples/
implementation 'de.wicketbuch.extensions:extensible-autolinking-examples:1.3.0.wicket6'
// https://jarcasting.com/artifacts/de.wicketbuch.extensions/extensible-autolinking-examples/
implementation ("de.wicketbuch.extensions:extensible-autolinking-examples:1.3.0.wicket6")
'de.wicketbuch.extensions:extensible-autolinking-examples:war:1.3.0.wicket6'
<dependency org="de.wicketbuch.extensions" name="extensible-autolinking-examples" rev="1.3.0.wicket6">
<artifact name="extensible-autolinking-examples" type="war" />
</dependency>
@Grapes(
@Grab(group='de.wicketbuch.extensions', module='extensible-autolinking-examples', version='1.3.0.wicket6')
)
libraryDependencies += "de.wicketbuch.extensions" % "extensible-autolinking-examples" % "1.3.0.wicket6"
[de.wicketbuch.extensions/extensible-autolinking-examples "1.3.0.wicket6"]