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