wicket-guicier
A different integration between Wicket & Guice. Allows passing typed parameters to Wicket pages.
| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesWicket User Interface Web Frameworks GUI | 
        
| GroupId | GroupIdcom.jolira | 
    
| ArtifactId | ArtifactIdwicket-guicier | 
    
| Last Version | Last Version2.5.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionGuicier Wicket 
            Another Integration Between Wicket & Guice 
         | 
    
| Filename | Size | 
|---|---|
| wicket-guicier-2.5.0.pom | |
| wicket-guicier-2.5.0.jar | 40 KB | 
| wicket-guicier-2.5.0-sources.jar | 18 KB | 
| wicket-guicier-2.5.0-javadoc.jar | 126 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.jolira/wicket-guicier/ -->
<dependency>
    <groupId>com.jolira</groupId>
    <artifactId>wicket-guicier</artifactId>
    <version>2.5.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.jolira/wicket-guicier/
implementation 'com.jolira:wicket-guicier:2.5.0'
                // https://jarcasting.com/artifacts/com.jolira/wicket-guicier/
implementation ("com.jolira:wicket-guicier:2.5.0")
                'com.jolira:wicket-guicier:jar:2.5.0'
                <dependency org="com.jolira" name="wicket-guicier" rev="2.5.0">
  <artifact name="wicket-guicier" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.jolira', module='wicket-guicier', version='2.5.0')
)
                libraryDependencies += "com.jolira" % "wicket-guicier" % "2.5.0"
                [com.jolira/wicket-guicier "2.5.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 1.3.9 | 
| com.jolira : plugins | jar | 3.0 | 
| com.google.inject.extensions : guice-servlet | jar | 3.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.wicket : wicket-core | jar | 1.5.3 | 
| javax.servlet : servlet-api | jar | 2.5 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.10 | 
| org.slf4j : slf4j-jdk14 | jar | 1.6.4 | 
A different integration between Wicket & Guice. Allows passing typed parameters to Wicket pages.