| Categories |
CategoriesWicket User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdorg.wicketstuff |
| ArtifactId | ArtifactIdannotation |
| Version | Version1.4.14 |
| Type | Typejar |
| Filename | Size |
|---|---|
| annotation-1.4.14.pom | |
| annotation-1.4.14.jar | 14 KB |
| annotation-1.4.14-sources.jar | 16 KB |
| annotation-1.4.14-javadoc.jar | 85 KB |
| Browse |
<!-- 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"]