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