is not current version
Last Version 1.5-RC5.1

org.wicketstuff:progressbar-spring 1.5-rc2

TaskService for use with user submitted background tasks and the progress bar. Could be used with Spring or any other application framework.

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.wicketstuff
ArtifactId

ArtifactId

progressbar-spring
Version

Version

1.5-rc2
Type

Type

jar

Download progressbar-spring 1.5-rc2


<!-- https://jarcasting.com/artifacts/org.wicketstuff/progressbar-spring/ -->
<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>progressbar-spring</artifactId>
    <version>1.5-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/progressbar-spring/
implementation 'org.wicketstuff:progressbar-spring:1.5-rc2'
// https://jarcasting.com/artifacts/org.wicketstuff/progressbar-spring/
implementation ("org.wicketstuff:progressbar-spring:1.5-rc2")
'org.wicketstuff:progressbar-spring:jar:1.5-rc2'
<dependency org="org.wicketstuff" name="progressbar-spring" rev="1.5-rc2">
  <artifact name="progressbar-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='progressbar-spring', version='1.5-rc2')
)
libraryDependencies += "org.wicketstuff" % "progressbar-spring" % "1.5-rc2"
[org.wicketstuff/progressbar-spring "1.5-rc2"]