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