Last Version

Wicket Spring Integration 1.2.7

Integration project to use Spring injection in your Wicket applications. See the wicket-spring-examples for integration patterns.

License

License

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

wicket
ArtifactId

ArtifactId

wicket-spring
Version

Version

1.2.7
Type

Type

jar
Description

Description

Wicket Spring Integration
Integration project to use Spring injection in your Wicket applications. See the wicket-spring-examples for integration patterns.
Project Organization

Project Organization

Wicket developers
Source Code Management

Source Code Management

http://svn.apache.org/viewvc/wicket/branches/wicket-1.2.x/wicket-spring

Download wicket-spring 1.2.7


<!-- 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"]

Dependencies

compile (6)

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

provided (3)

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

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.