Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdwicket |
ArtifactId | ArtifactIdwicket-spring-annot |
Version | Version1.2.3 |
Type | Typejar |
Filename | Size |
---|---|
wicket-spring-annot-1.2.3.pom | |
wicket-spring-annot-1.2.3.jar | 12 KB |
wicket-spring-annot-1.2.3-sources.jar | 7 KB |
wicket-spring-annot-1.2.3-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/wicket/wicket-spring-annot/ -->
<dependency>
<groupId>wicket</groupId>
<artifactId>wicket-spring-annot</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/wicket/wicket-spring-annot/
implementation 'wicket:wicket-spring-annot:1.2.3'
// https://jarcasting.com/artifacts/wicket/wicket-spring-annot/
implementation ("wicket:wicket-spring-annot:1.2.3")
'wicket:wicket-spring-annot:jar:1.2.3'
<dependency org="wicket" name="wicket-spring-annot" rev="1.2.3">
<artifact name="wicket-spring-annot" type="jar" />
</dependency>
@Grapes(
@Grab(group='wicket', module='wicket-spring-annot', version='1.2.3')
)
libraryDependencies += "wicket" % "wicket-spring-annot" % "1.2.3"
[wicket/wicket-spring-annot "1.2.3"]