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