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