is not current version
Last Version 9.10.0

org.wicketstuff:wicketstuff-annotation 1.5.8.1

Use wicketstuff-annotation to use Java Annotations and class path searching to mount your Wicket pages.

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.wicketstuff
ArtifactId

ArtifactId

wicketstuff-annotation
Version

Version

1.5.8.1
Type

Type

jar

Download wicketstuff-annotation 1.5.8.1


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