| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesWicket User Interface Web Frameworks | 
        
| GroupId | GroupIdorg.wicketstuff.wiquery | 
    
| ArtifactId | ArtifactIdwiquery-parent | 
    
| Last Version | Last Version9.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionWiQuery Parent 
            Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| wiquery-parent-9.0.0.pom | 13 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.wicketstuff.wiquery/wiquery-parent/ -->
<dependency>
    <groupId>org.wicketstuff.wiquery</groupId>
    <artifactId>wiquery-parent</artifactId>
    <version>9.0.0</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.wicketstuff.wiquery/wiquery-parent/
implementation 'org.wicketstuff.wiquery:wiquery-parent:9.0.0'
                // https://jarcasting.com/artifacts/org.wicketstuff.wiquery/wiquery-parent/
implementation ("org.wicketstuff.wiquery:wiquery-parent:9.0.0")
                'org.wicketstuff.wiquery:wiquery-parent:pom:9.0.0'
                <dependency org="org.wicketstuff.wiquery" name="wiquery-parent" rev="9.0.0">
  <artifact name="wiquery-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.wicketstuff.wiquery', module='wiquery-parent', version='9.0.0')
)
                libraryDependencies += "org.wicketstuff.wiquery" % "wiquery-parent" % "9.0.0"
                [org.wicketstuff.wiquery/wiquery-parent "9.0.0"]