Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdprogressbar-example |
Version | Version8.11.0 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/progressbar-example/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>progressbar-example</artifactId>
<version>8.11.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/progressbar-example/
implementation 'org.wicketstuff:progressbar-example:8.11.0'
// https://jarcasting.com/artifacts/org.wicketstuff/progressbar-example/
implementation ("org.wicketstuff:progressbar-example:8.11.0")
'org.wicketstuff:progressbar-example:war:8.11.0'
<dependency org="org.wicketstuff" name="progressbar-example" rev="8.11.0">
<artifact name="progressbar-example" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='progressbar-example', version='8.11.0')
)
libraryDependencies += "org.wicketstuff" % "progressbar-example" % "8.11.0"
[org.wicketstuff/progressbar-example "8.11.0"]