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