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