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