is not current version
Last Version 1.4.21

org.wicketstuff:scriptaculous 1.4.12

The Wicket Contrib Prototype project showcases one possible way to integrate the scriptaculous ajax framework.

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.wicketstuff
ArtifactId

ArtifactId

scriptaculous
Version

Version

1.4.12
Type

Type

jar

Download scriptaculous 1.4.12


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