Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketopia |
ArtifactId | ArtifactIdwicketopia-annotations |
Version | Version1.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wicketopia/wicketopia-annotations/ -->
<dependency>
<groupId>org.wicketopia</groupId>
<artifactId>wicketopia-annotations</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketopia/wicketopia-annotations/
implementation 'org.wicketopia:wicketopia-annotations:1.3'
// https://jarcasting.com/artifacts/org.wicketopia/wicketopia-annotations/
implementation ("org.wicketopia:wicketopia-annotations:1.3")
'org.wicketopia:wicketopia-annotations:jar:1.3'
<dependency org="org.wicketopia" name="wicketopia-annotations" rev="1.3">
<artifact name="wicketopia-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketopia', module='wicketopia-annotations', version='1.3')
)
libraryDependencies += "org.wicketopia" % "wicketopia-annotations" % "1.3"
[org.wicketopia/wicketopia-annotations "1.3"]