| License | License | 
|---|---|
| Categories | CategoriesWicket User Interface Web Frameworks | 
| GroupId | GroupIdorg.apache.wicket | 
| ArtifactId | ArtifactIdwicket-core | 
| Last Version | Last Version9.10.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionWicket Core Wicket is a Java web application framework that takes simplicity,
		separation of concerns and ease of development to a whole new level. 
		Wicket pages can be mocked up, previewed and later revised using 
		standard WYSIWYG HTML design tools. Dynamic content processing and 
		form handling is all handled in Java code using a first-class 
		component model backed by POJO data beans that can easily be 
		persisted using your favorite technology. | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| wicket-core-9.10.0.pom | |
| wicket-core-9.10.0.jar | 1 MB | 
| wicket-core-9.10.0-tests.jar | 2 MB | 
| wicket-core-9.10.0-test-sources.jar | 1 MB | 
| wicket-core-9.10.0-sources.jar | 1 MB | 
| wicket-core-9.10.0-javadoc.jar | 5 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.wicket/wicket-core/ -->
<dependency>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket-core</artifactId>
    <version>9.10.0</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.wicket/wicket-core/
implementation 'org.apache.wicket:wicket-core:9.10.0'// https://jarcasting.com/artifacts/org.apache.wicket/wicket-core/
implementation ("org.apache.wicket:wicket-core:9.10.0")'org.apache.wicket:wicket-core:jar:9.10.0'<dependency org="org.apache.wicket" name="wicket-core" rev="9.10.0">
  <artifact name="wicket-core" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.wicket', module='wicket-core', version='9.10.0')
)libraryDependencies += "org.apache.wicket" % "wicket-core" % "9.10.0"[org.apache.wicket/wicket-core "9.10.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.github.openjson : openjson | jar | 1.0.12 | 
| org.apache.wicket : wicket-request | jar | 9.10.0 | 
| org.apache.wicket : wicket-util | jar | 9.10.0 | 
| org.danekja : jdk-serializable-functional | jar | 1.9.0 | 
| org.slf4j : slf4j-api | jar | 2.0.0-alpha5 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.hamcrest : hamcrest | jar | 2.2 | 
| org.junit.jupiter : junit-jupiter-engine Optional | jar | 5.8.2 | 
| javax.servlet : javax.servlet-api | jar | 3.1.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.12.0 | 
| org.assertj : assertj-core | jar | 3.19.0 | 
| org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 | 
| org.mockito : mockito-core | jar | 4.3.1 | 
| org.slf4j : jcl-over-slf4j | jar | 2.0.0-alpha5 |