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