is not current version
Last Version 1.4.21

org.wicketstuff:annotation 1.4.14

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

annotation
Version

Version

1.4.14
Type

Type

jar

Download annotation 1.4.14


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