Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicket-mount-example |
Version | Version9.0.0 |
Type | Typewar |
Filename | Size |
---|---|
wicket-mount-example-9.0.0.pom | |
wicket-mount-example-9.0.0.war | 5 MB |
wicket-mount-example-9.0.0-sources.jar | 11 KB |
wicket-mount-example-9.0.0-javadoc.jar | 456 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicket-mount-example/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicket-mount-example</artifactId>
<version>9.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicket-mount-example/
implementation 'org.wicketstuff:wicket-mount-example:9.0.0'
// https://jarcasting.com/artifacts/org.wicketstuff/wicket-mount-example/
implementation ("org.wicketstuff:wicket-mount-example:9.0.0")
'org.wicketstuff:wicket-mount-example:war:9.0.0'
<dependency org="org.wicketstuff" name="wicket-mount-example" rev="9.0.0">
<artifact name="wicket-mount-example" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicket-mount-example', version='9.0.0')
)
libraryDependencies += "org.wicketstuff" % "wicket-mount-example" % "9.0.0"
[org.wicketstuff/wicket-mount-example "9.0.0"]