License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks |
GroupId | GroupIdorg.apache.wicket |
ArtifactId | ArtifactIdwicket-spring |
Last Version | Last Version9.10.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWicket Spring Integration
Integration project to use Spring injection in your Wicket applications. See the wicket-spring-examples for integration patterns.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
wicket-spring-9.10.0.pom | |
wicket-spring-9.10.0.jar | 25 KB |
wicket-spring-9.10.0-tests.jar | 20 KB |
wicket-spring-9.10.0-test-sources.jar | 15 KB |
wicket-spring-9.10.0-sources.jar | 23 KB |
wicket-spring-9.10.0-javadoc.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.wicket/wicket-spring/ -->
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-spring</artifactId>
<version>9.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.wicket/wicket-spring/
implementation 'org.apache.wicket:wicket-spring:9.10.0'
// https://jarcasting.com/artifacts/org.apache.wicket/wicket-spring/
implementation ("org.apache.wicket:wicket-spring:9.10.0")
'org.apache.wicket:wicket-spring:jar:9.10.0'
<dependency org="org.apache.wicket" name="wicket-spring" rev="9.10.0">
<artifact name="wicket-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.wicket', module='wicket-spring', version='9.10.0')
)
libraryDependencies += "org.apache.wicket" % "wicket-spring" % "9.10.0"
[org.apache.wicket/wicket-spring "9.10.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.wicket : wicket-core | jar | 9.10.0 |
org.apache.wicket : wicket-ioc | jar | 9.10.0 |
org.springframework : spring-context | jar | 5.3.18 |
org.slf4j : slf4j-api | jar | 2.0.0-alpha5 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-web | jar | 5.3.18 |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.mockito : mockito-core | jar | 4.3.1 |
org.slf4j : jcl-over-slf4j | jar | 2.0.0-alpha5 |