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