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