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