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