| License |
License |
|---|---|
| Categories |
CategoriesWicket User Interface Web Frameworks |
| GroupId | GroupIdwicket |
| ArtifactId | ArtifactIdwicket-spring |
| Last Version | Last Version1.2.7 |
| 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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| wicket-spring-1.2.7.pom | |
| wicket-spring-1.2.7.jar | 24 KB |
| wicket-spring-1.2.7-sources.jar | 20 KB |
| wicket-spring-1.2.7-javadoc.jar | 122 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/wicket/wicket-spring/ -->
<dependency>
<groupId>wicket</groupId>
<artifactId>wicket-spring</artifactId>
<version>1.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/wicket/wicket-spring/
implementation 'wicket:wicket-spring:1.2.7'
// https://jarcasting.com/artifacts/wicket/wicket-spring/
implementation ("wicket:wicket-spring:1.2.7")
'wicket:wicket-spring:jar:1.2.7'
<dependency org="wicket" name="wicket-spring" rev="1.2.7">
<artifact name="wicket-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='wicket', module='wicket-spring', version='1.2.7')
)
libraryDependencies += "wicket" % "wicket-spring" % "1.2.7"
[wicket/wicket-spring "1.2.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| wicket : wicket | jar | 1.2.7 |
| org.springframework : spring | jar | 2.0 |
| cglib : cglib-nodep | jar | 2.1_3 |
| asm : asm | jar | 1.5.3 |
| commons-logging : commons-logging | jar | 1.0.4 |
| log4j : log4j | jar | 1.2.13 |
| Group / Artifact | Type | Version |
|---|---|---|
| easymock : easymock | jar | 1.2_Java1.3 |
| javax.servlet : servlet-api | jar | 2.3 |
| javax.portlet : portlet-api | jar | 1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |