License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks |
GroupId | GroupIdorg.wicketstuff.wiquery |
ArtifactId | ArtifactIdwiquery-core |
Version | Version8.1.1 |
Type | Typejar |
Description |
DescriptionWiQuery Core Project
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
wiquery-core-8.1.1.pom | |
wiquery-core-8.1.1.jar | 61 KB |
wiquery-core-8.1.1-tests.jar | 61 KB |
wiquery-core-8.1.1-sources.jar | 71 KB |
wiquery-core-8.1.1-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.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff.wiquery/wiquery-core/
implementation 'org.wicketstuff.wiquery:wiquery-core:8.1.1'
// https://jarcasting.com/artifacts/org.wicketstuff.wiquery/wiquery-core/
implementation ("org.wicketstuff.wiquery:wiquery-core:8.1.1")
'org.wicketstuff.wiquery:wiquery-core:jar:8.1.1'
<dependency org="org.wicketstuff.wiquery" name="wiquery-core" rev="8.1.1">
<artifact name="wiquery-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff.wiquery', module='wiquery-core', version='8.1.1')
)
libraryDependencies += "org.wicketstuff.wiquery" % "wiquery-core" % "8.1.1"
[org.wicketstuff.wiquery/wiquery-core "8.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.wicket : wicket-core | jar | 8.0.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.slf4j : slf4j-log4j12 | jar | 1.7.25 |
javax.servlet : javax.servlet-api | jar | 3.1.0 |