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