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