License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks |
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicketstuff-annotation |
Last Version | Last Version9.10.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWicket Annotations
Use wicketstuff-annotation to use Java Annotations and class path searching to mount your Wicket pages.
|
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-annotation/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-annotation</artifactId>
<version>9.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-annotation/
implementation 'org.wicketstuff:wicketstuff-annotation:9.10.0'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-annotation/
implementation ("org.wicketstuff:wicketstuff-annotation:9.10.0")
'org.wicketstuff:wicketstuff-annotation:jar:9.10.0'
<dependency org="org.wicketstuff" name="wicketstuff-annotation" rev="9.10.0">
<artifact name="wicketstuff-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-annotation', version='9.10.0')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-annotation" % "9.10.0"
[org.wicketstuff/wicketstuff-annotation "9.10.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-core | jar | 5.3.19 |
org.slf4j : slf4j-api | jar | 1.7.36 |
org.apache.wicket : wicket-core | jar | 9.10.0 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.36 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.hamcrest : hamcrest-core | jar | 2.2 |