is not current version
Last Version 1.2.7

wicket:wicket-spring 1.2

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

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

wicket
ArtifactId

ArtifactId

wicket-spring
Version

Version

1.2
Type

Type

jar

Download wicket-spring 1.2


<!-- https://jarcasting.com/artifacts/wicket/wicket-spring/ -->
<dependency>
    <groupId>wicket</groupId>
    <artifactId>wicket-spring</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/wicket/wicket-spring/
implementation 'wicket:wicket-spring:1.2'
// https://jarcasting.com/artifacts/wicket/wicket-spring/
implementation ("wicket:wicket-spring:1.2")
'wicket:wicket-spring:jar:1.2'
<dependency org="wicket" name="wicket-spring" rev="1.2">
  <artifact name="wicket-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='wicket', module='wicket-spring', version='1.2')
)
libraryDependencies += "wicket" % "wicket-spring" % "1.2"
[wicket/wicket-spring "1.2"]