Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdprogressbar |
Version | Version1.5-RC1 |
Type | Typejar |
Filename | Size |
---|---|
progressbar-1.5-RC1.pom | |
progressbar-1.5-RC1.jar | 12 KB |
progressbar-1.5-RC1-sources.jar | 8 KB |
progressbar-1.5-RC1-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/progressbar/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>progressbar</artifactId>
<version>1.5-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/progressbar/
implementation 'org.wicketstuff:progressbar:1.5-RC1'
// https://jarcasting.com/artifacts/org.wicketstuff/progressbar/
implementation ("org.wicketstuff:progressbar:1.5-RC1")
'org.wicketstuff:progressbar:jar:1.5-RC1'
<dependency org="org.wicketstuff" name="progressbar" rev="1.5-RC1">
<artifact name="progressbar" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='progressbar', version='1.5-RC1')
)
libraryDependencies += "org.wicketstuff" % "progressbar" % "1.5-RC1"
[org.wicketstuff/progressbar "1.5-RC1"]