Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdscriptaculous-parent |
Version | Version1.4.12 |
Type | Typepom |
Filename | Size |
---|---|
scriptaculous-parent-1.4.12.pom | 811 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/scriptaculous-parent/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>scriptaculous-parent</artifactId>
<version>1.4.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/scriptaculous-parent/
implementation 'org.wicketstuff:scriptaculous-parent:1.4.12'
// https://jarcasting.com/artifacts/org.wicketstuff/scriptaculous-parent/
implementation ("org.wicketstuff:scriptaculous-parent:1.4.12")
'org.wicketstuff:scriptaculous-parent:pom:1.4.12'
<dependency org="org.wicketstuff" name="scriptaculous-parent" rev="1.4.12">
<artifact name="scriptaculous-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='scriptaculous-parent', version='1.4.12')
)
libraryDependencies += "org.wicketstuff" % "scriptaculous-parent" % "1.4.12"
[org.wicketstuff/scriptaculous-parent "1.4.12"]