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