Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdde.wicketbuch.extensions |
ArtifactId | ArtifactIdpagemounter |
Version | Version1.0.1.wicket7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.wicketbuch.extensions/pagemounter/ -->
<dependency>
<groupId>de.wicketbuch.extensions</groupId>
<artifactId>pagemounter</artifactId>
<version>1.0.1.wicket7</version>
</dependency>
// https://jarcasting.com/artifacts/de.wicketbuch.extensions/pagemounter/
implementation 'de.wicketbuch.extensions:pagemounter:1.0.1.wicket7'
// https://jarcasting.com/artifacts/de.wicketbuch.extensions/pagemounter/
implementation ("de.wicketbuch.extensions:pagemounter:1.0.1.wicket7")
'de.wicketbuch.extensions:pagemounter:jar:1.0.1.wicket7'
<dependency org="de.wicketbuch.extensions" name="pagemounter" rev="1.0.1.wicket7">
<artifact name="pagemounter" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.wicketbuch.extensions', module='pagemounter', version='1.0.1.wicket7')
)
libraryDependencies += "de.wicketbuch.extensions" % "pagemounter" % "1.0.1.wicket7"
[de.wicketbuch.extensions/pagemounter "1.0.1.wicket7"]