| Categories |
CategoriesWicket User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdorg.wicketstuff |
| ArtifactId | ArtifactIdjwicket-ui-resize |
| Version | Version1.4.16 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jwicket-ui-resize-1.4.16.pom | |
| jwicket-ui-resize-1.4.16.jar | 15 KB |
| jwicket-ui-resize-1.4.16-sources.jar | 10 KB |
| jwicket-ui-resize-1.4.16-javadoc.jar | 39 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/jwicket-ui-resize/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>jwicket-ui-resize</artifactId>
<version>1.4.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/jwicket-ui-resize/
implementation 'org.wicketstuff:jwicket-ui-resize:1.4.16'
// https://jarcasting.com/artifacts/org.wicketstuff/jwicket-ui-resize/
implementation ("org.wicketstuff:jwicket-ui-resize:1.4.16")
'org.wicketstuff:jwicket-ui-resize:jar:1.4.16'
<dependency org="org.wicketstuff" name="jwicket-ui-resize" rev="1.4.16">
<artifact name="jwicket-ui-resize" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='jwicket-ui-resize', version='1.4.16')
)
libraryDependencies += "org.wicketstuff" % "jwicket-ui-resize" % "1.4.16"
[org.wicketstuff/jwicket-ui-resize "1.4.16"]