Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff.wiquery |
ArtifactId | ArtifactIdwiquery-core |
Version | Version8.2.0 |
Type | Typejar |
Filename | Size |
---|---|
wiquery-core-8.2.0.pom | |
wiquery-core-8.2.0.jar | 61 KB |
wiquery-core-8.2.0-tests.jar | 61 KB |
wiquery-core-8.2.0-sources.jar | 71 KB |
wiquery-core-8.2.0-javadoc.jar | 339 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff.wiquery/wiquery-core/ -->
<dependency>
<groupId>org.wicketstuff.wiquery</groupId>
<artifactId>wiquery-core</artifactId>
<version>8.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff.wiquery/wiquery-core/
implementation 'org.wicketstuff.wiquery:wiquery-core:8.2.0'
// https://jarcasting.com/artifacts/org.wicketstuff.wiquery/wiquery-core/
implementation ("org.wicketstuff.wiquery:wiquery-core:8.2.0")
'org.wicketstuff.wiquery:wiquery-core:jar:8.2.0'
<dependency org="org.wicketstuff.wiquery" name="wiquery-core" rev="8.2.0">
<artifact name="wiquery-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff.wiquery', module='wiquery-core', version='8.2.0')
)
libraryDependencies += "org.wicketstuff.wiquery" % "wiquery-core" % "8.2.0"
[org.wicketstuff.wiquery/wiquery-core "8.2.0"]