Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdwicket |
ArtifactId | ArtifactIdwicket-spring-annot-examples |
Version | Version1.2.6 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/wicket/wicket-spring-annot-examples/ -->
<dependency>
<groupId>wicket</groupId>
<artifactId>wicket-spring-annot-examples</artifactId>
<version>1.2.6</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/wicket/wicket-spring-annot-examples/
implementation 'wicket:wicket-spring-annot-examples:1.2.6'
// https://jarcasting.com/artifacts/wicket/wicket-spring-annot-examples/
implementation ("wicket:wicket-spring-annot-examples:1.2.6")
'wicket:wicket-spring-annot-examples:war:1.2.6'
<dependency org="wicket" name="wicket-spring-annot-examples" rev="1.2.6">
<artifact name="wicket-spring-annot-examples" type="war" />
</dependency>
@Grapes(
@Grab(group='wicket', module='wicket-spring-annot-examples', version='1.2.6')
)
libraryDependencies += "wicket" % "wicket-spring-annot-examples" % "1.2.6"
[wicket/wicket-spring-annot-examples "1.2.6"]