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