Last Version

Wicket Spring Integration through Annotations 1.3.7

Spring integration in your Wicket web applications using annotations. Requires Java 5. See the examples project for usecases.

License

License

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.apache.wicket
ArtifactId

ArtifactId

wicket-spring-annot
Version

Version

1.3.7
Type

Type

jar
Description

Description

Wicket Spring Integration through Annotations
Spring integration in your Wicket web applications using annotations. Requires Java 5. See the examples project for usecases.
Project Organization

Project Organization

Apache Software Foundation

Download wicket-spring-annot 1.3.7


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

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.wicket : wicket-spring jar 1.3.7
org.slf4j : slf4j-api jar 1.4.2

provided (2)

Group / Artifact Type Version
junit : junit jar 3.8.1
javax.servlet : servlet-api jar 2.3

test (1)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.4.2

Project Modules

There are no modules declared in this project.