is not current version
Last Version 9.10.0

org.wicketstuff:quickview 8.3.0

creates new elements without the need to re render the whole repeater

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.wicketstuff
ArtifactId

ArtifactId

quickview
Version

Version

8.3.0
Type

Type

jar

Download quickview 8.3.0


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