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