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