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