License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks |
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicketstuff-urlfragment |
Last Version | Last Version9.10.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionwicketstuff-urlfragment
This is a set of Wicket components which enable you to read and write URL fragment parameters. With this you can build bookmarkable AJAX features.
|
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-urlfragment/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-urlfragment</artifactId>
<version>9.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-urlfragment/
implementation 'org.wicketstuff:wicketstuff-urlfragment:9.10.0'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-urlfragment/
implementation ("org.wicketstuff:wicketstuff-urlfragment:9.10.0")
'org.wicketstuff:wicketstuff-urlfragment:jar:9.10.0'
<dependency org="org.wicketstuff" name="wicketstuff-urlfragment" rev="9.10.0">
<artifact name="wicketstuff-urlfragment" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-urlfragment', version='9.10.0')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-urlfragment" % "9.10.0"
[org.wicketstuff/wicketstuff-urlfragment "9.10.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.wicket : wicket-core | jar | 9.10.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |