| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesWicket User Interface Web Frameworks Net | 
        
| GroupId | GroupIdnet.sourceforge.wicketwebbeans | 
    
| ArtifactId | ArtifactIdwicketwebbeans | 
    
| Last Version | Last Version1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionWicket Web Beans 
            Wicket Web Beans (WWB) is an Apache Wicket component toolkit for displaying and editing
        POJOs that conform to the JavaBeans specification. Web pages are automatically generated
        based on bean properties and certain conventions. If necessary, the layout, editability, and
        actions of these pages can be customized on an exception basis. In other words, the toolkit
        normally does what you'd expect, but when it doesn't, you can override its behavior. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| wicketwebbeans-1.0.pom | |
| wicketwebbeans-1.0.jar | 133 KB | 
| wicketwebbeans-1.0-sources.jar | 234 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.sourceforge.wicketwebbeans/wicketwebbeans/ -->
<dependency>
    <groupId>net.sourceforge.wicketwebbeans</groupId>
    <artifactId>wicketwebbeans</artifactId>
    <version>1.0</version>
</dependency>
                // https://jarcasting.com/artifacts/net.sourceforge.wicketwebbeans/wicketwebbeans/
implementation 'net.sourceforge.wicketwebbeans:wicketwebbeans:1.0'
                // https://jarcasting.com/artifacts/net.sourceforge.wicketwebbeans/wicketwebbeans/
implementation ("net.sourceforge.wicketwebbeans:wicketwebbeans:1.0")
                'net.sourceforge.wicketwebbeans:wicketwebbeans:jar:1.0'
                <dependency org="net.sourceforge.wicketwebbeans" name="wicketwebbeans" rev="1.0">
  <artifact name="wicketwebbeans" type="jar" />
</dependency>
                @Grapes(
@Grab(group='net.sourceforge.wicketwebbeans', module='wicketwebbeans', version='1.0')
)
                libraryDependencies += "net.sourceforge.wicketwebbeans" % "wicketwebbeans" % "1.0"
                [net.sourceforge.wicketwebbeans/wicketwebbeans "1.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.wicket : wicket | jar | 1.3.0 | 
| org.apache.wicket : wicket-extensions | jar | 1.3.0 | 
| org.apache.wicket : wicket-datetime | jar | 1.3.0 | 
| wicket-stuff » wicket-contrib-datepicker | jar | 1.3-SNAPSHOT | 
| commons-beanutils : commons-beanutils-core | jar | 1.7.0 | 
| junit : junit | jar | 3.8.2 | 
| joda-time : joda-time | jar | 1.4 | 
| org.slf4j : slf4j-api | jar | 1.4.2 | 
| org.slf4j : slf4j-log4j12 | jar | 1.4.2 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| javax.servlet : servlet-api | jar | 2.4 |