| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesWicket User Interface Web Frameworks | 
        
| GroupId | GroupIdro.fortsoft.wicket.plugin.demo | 
    
| ArtifactId | ArtifactIdwicket-plugin-demo-parent | 
    
| Last Version | Last Version0.5.0 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionDemo Parent 
            Plugin system for Apache Wicket 
         | 
    
| Filename | Size | 
|---|---|
| wicket-plugin-demo-parent-0.5.0.pom | 766 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/ro.fortsoft.wicket.plugin.demo/wicket-plugin-demo-parent/ -->
<dependency>
    <groupId>ro.fortsoft.wicket.plugin.demo</groupId>
    <artifactId>wicket-plugin-demo-parent</artifactId>
    <version>0.5.0</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/ro.fortsoft.wicket.plugin.demo/wicket-plugin-demo-parent/
implementation 'ro.fortsoft.wicket.plugin.demo:wicket-plugin-demo-parent:0.5.0'
                // https://jarcasting.com/artifacts/ro.fortsoft.wicket.plugin.demo/wicket-plugin-demo-parent/
implementation ("ro.fortsoft.wicket.plugin.demo:wicket-plugin-demo-parent:0.5.0")
                'ro.fortsoft.wicket.plugin.demo:wicket-plugin-demo-parent:pom:0.5.0'
                <dependency org="ro.fortsoft.wicket.plugin.demo" name="wicket-plugin-demo-parent" rev="0.5.0">
  <artifact name="wicket-plugin-demo-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='ro.fortsoft.wicket.plugin.demo', module='wicket-plugin-demo-parent', version='0.5.0')
)
                libraryDependencies += "ro.fortsoft.wicket.plugin.demo" % "wicket-plugin-demo-parent" % "0.5.0"
                [ro.fortsoft.wicket.plugin.demo/wicket-plugin-demo-parent "0.5.0"]