Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdannotation |
Version | Version1.4.12 |
Type | Typejar |
Filename | Size |
---|---|
annotation-1.4.12.pom | |
annotation-1.4.12.jar | 14 KB |
annotation-1.4.12-sources.jar | 16 KB |
annotation-1.4.12-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/annotation/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>annotation</artifactId>
<version>1.4.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/annotation/
implementation 'org.wicketstuff:annotation:1.4.12'
// https://jarcasting.com/artifacts/org.wicketstuff/annotation/
implementation ("org.wicketstuff:annotation:1.4.12")
'org.wicketstuff:annotation:jar:1.4.12'
<dependency org="org.wicketstuff" name="annotation" rev="1.4.12">
<artifact name="annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='annotation', version='1.4.12')
)
libraryDependencies += "org.wicketstuff" % "annotation" % "1.4.12"
[org.wicketstuff/annotation "1.4.12"]