Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdscriptaculous-examples |
Version | Version1.4.9.2 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/scriptaculous-examples/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>scriptaculous-examples</artifactId>
<version>1.4.9.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/scriptaculous-examples/
implementation 'org.wicketstuff:scriptaculous-examples:1.4.9.2'
// https://jarcasting.com/artifacts/org.wicketstuff/scriptaculous-examples/
implementation ("org.wicketstuff:scriptaculous-examples:1.4.9.2")
'org.wicketstuff:scriptaculous-examples:war:1.4.9.2'
<dependency org="org.wicketstuff" name="scriptaculous-examples" rev="1.4.9.2">
<artifact name="scriptaculous-examples" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='scriptaculous-examples', version='1.4.9.2')
)
libraryDependencies += "org.wicketstuff" % "scriptaculous-examples" % "1.4.9.2"
[org.wicketstuff/scriptaculous-examples "1.4.9.2"]