wicket-guicier
A different integration between Wicket & Guice. Allows passing typed parameters to Wicket pages.
License |
License |
---|---|
Categories |
CategoriesGUI User Interface |
GroupId | GroupIdcom.jolira |
ArtifactId | ArtifactIdguicier-demo |
Last Version | Last Version2.0.12 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionGuicier Wicket Demo
A resplacement for wicket-guice that uses constructor injection as an alternative to the excessive use of PageParameters.
|
Filename | Size |
---|---|
guicier-demo-2.0.12.pom | |
guicier-demo-2.0.12.war | 3 MB |
guicier-demo-2.0.12-sources.jar | 6 KB |
guicier-demo-2.0.12-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jolira/guicier-demo/ -->
<dependency>
<groupId>com.jolira</groupId>
<artifactId>guicier-demo</artifactId>
<version>2.0.12</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.jolira/guicier-demo/
implementation 'com.jolira:guicier-demo:2.0.12'
// https://jarcasting.com/artifacts/com.jolira/guicier-demo/
implementation ("com.jolira:guicier-demo:2.0.12")
'com.jolira:guicier-demo:war:2.0.12'
<dependency org="com.jolira" name="guicier-demo" rev="2.0.12">
<artifact name="guicier-demo" type="war" />
</dependency>
@Grapes(
@Grab(group='com.jolira', module='guicier-demo', version='2.0.12')
)
libraryDependencies += "com.jolira" % "guicier-demo" % "2.0.12"
[com.jolira/guicier-demo "2.0.12"]
Group / Artifact | Type | Version |
---|---|---|
com.jolira : wicket-guicier | jar | 2.0.12 |
org.apache.wicket : wicket | jar | 1.4.17 |
org.slf4j : slf4j-jdk14 | jar | 1.6.1 |
com.google.inject : guice | jar | 3.0 |
org.eclipse.jetty : jetty-ajp | jar | 7.4.5.v20110725 |
org.eclipse.jetty : jetty-webapp | jar | 7.4.5.v20110725 |
commons-cli : commons-cli | jar | 1.2 |
com.jolira : testing-tools | jar | 1.2.6 |
org.eclipse.jetty : jetty-server | jar | 7.4.5.v20110725 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
A different integration between Wicket & Guice. Allows passing typed parameters to Wicket pages.