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