is not current version
Last Version 1.0

net.sourceforge.wicketwebbeans.parent:WicketWebBeans-parent 1.0-rc2-wicket-1.2.6

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.

Categories

Categories

Wicket User Interface Web Frameworks Net
GroupId

GroupId

net.sourceforge.wicketwebbeans.parent
ArtifactId

ArtifactId

WicketWebBeans-parent
Version

Version

1.0-rc2-wicket-1.2.6
Type

Type

pom

Download WicketWebBeans-parent 1.0-rc2-wicket-1.2.6


<!-- https://jarcasting.com/artifacts/net.sourceforge.wicketwebbeans.parent/WicketWebBeans-parent/ -->
<dependency>
    <groupId>net.sourceforge.wicketwebbeans.parent</groupId>
    <artifactId>WicketWebBeans-parent</artifactId>
    <version>1.0-rc2-wicket-1.2.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.wicketwebbeans.parent/WicketWebBeans-parent/
implementation 'net.sourceforge.wicketwebbeans.parent:WicketWebBeans-parent:1.0-rc2-wicket-1.2.6'
// https://jarcasting.com/artifacts/net.sourceforge.wicketwebbeans.parent/WicketWebBeans-parent/
implementation ("net.sourceforge.wicketwebbeans.parent:WicketWebBeans-parent:1.0-rc2-wicket-1.2.6")
'net.sourceforge.wicketwebbeans.parent:WicketWebBeans-parent:pom:1.0-rc2-wicket-1.2.6'
<dependency org="net.sourceforge.wicketwebbeans.parent" name="WicketWebBeans-parent" rev="1.0-rc2-wicket-1.2.6">
  <artifact name="WicketWebBeans-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.wicketwebbeans.parent', module='WicketWebBeans-parent', version='1.0-rc2-wicket-1.2.6')
)
libraryDependencies += "net.sourceforge.wicketwebbeans.parent" % "WicketWebBeans-parent" % "1.0-rc2-wicket-1.2.6"
[net.sourceforge.wicketwebbeans.parent/WicketWebBeans-parent "1.0-rc2-wicket-1.2.6"]