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