Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketopia |
ArtifactId | ArtifactIdwicketopia-example |
Version | Version0.9 |
Type | Typewar |
Filename | Size |
---|---|
wicketopia-example-0.9.pom | |
wicketopia-example-0.9.war | 14 MB |
wicketopia-example-0.9-sources.jar | 14 KB |
wicketopia-example-0.9-javadoc.jar | 99 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketopia/wicketopia-example/ -->
<dependency>
<groupId>org.wicketopia</groupId>
<artifactId>wicketopia-example</artifactId>
<version>0.9</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketopia/wicketopia-example/
implementation 'org.wicketopia:wicketopia-example:0.9'
// https://jarcasting.com/artifacts/org.wicketopia/wicketopia-example/
implementation ("org.wicketopia:wicketopia-example:0.9")
'org.wicketopia:wicketopia-example:war:0.9'
<dependency org="org.wicketopia" name="wicketopia-example" rev="0.9">
<artifact name="wicketopia-example" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wicketopia', module='wicketopia-example', version='0.9')
)
libraryDependencies += "org.wicketopia" % "wicketopia-example" % "0.9"
[org.wicketopia/wicketopia-example "0.9"]