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