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