| License | License | 
|---|---|
| Categories | CategoriesWicket User Interface Web Frameworks | 
| GroupId | GroupIdwicket | 
| ArtifactId | ArtifactIdwicket-spring-annot | 
| Last Version | Last Version1.2.7 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionWicket 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 | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| wicket-spring-annot-1.2.7.pom | |
| wicket-spring-annot-1.2.7.jar | 10 KB | 
| wicket-spring-annot-1.2.7-sources.jar | 7 KB | 
| wicket-spring-annot-1.2.7-javadoc.jar | 55 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/wicket/wicket-spring-annot/ -->
<dependency>
    <groupId>wicket</groupId>
    <artifactId>wicket-spring-annot</artifactId>
    <version>1.2.7</version>
</dependency>// https://jarcasting.com/artifacts/wicket/wicket-spring-annot/
implementation 'wicket:wicket-spring-annot:1.2.7'// https://jarcasting.com/artifacts/wicket/wicket-spring-annot/
implementation ("wicket:wicket-spring-annot:1.2.7")'wicket:wicket-spring-annot:jar:1.2.7'<dependency org="wicket" name="wicket-spring-annot" rev="1.2.7">
  <artifact name="wicket-spring-annot" type="jar" />
</dependency>@Grapes(
@Grab(group='wicket', module='wicket-spring-annot', version='1.2.7')
)libraryDependencies += "wicket" % "wicket-spring-annot" % "1.2.7"[wicket/wicket-spring-annot "1.2.7"]| Group / Artifact | Type | Version | 
|---|---|---|
| wicket : wicket-spring | jar | 1.2.7 | 
| commons-logging : commons-logging | jar | 1.0.4 | 
| log4j : log4j | jar | 1.2.13 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 3.8.1 | 
| javax.servlet : servlet-api | jar | 2.3 | 
| javax.portlet : portlet-api | jar | 1.0 |