| Categories | CategoriesJava Languages Wicket User Interface Web Frameworks | 
|---|---|
| GroupId | GroupIdorg.wicketstuff | 
| ArtifactId | ArtifactIdjdk-1.6-parent | 
| Version | Version6.0.0-beta3 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| jdk-1.6-parent-6.0.0-beta3.pom | 3 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.wicketstuff/jdk-1.6-parent/ -->
<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>jdk-1.6-parent</artifactId>
    <version>6.0.0-beta3</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.wicketstuff/jdk-1.6-parent/
implementation 'org.wicketstuff:jdk-1.6-parent:6.0.0-beta3'// https://jarcasting.com/artifacts/org.wicketstuff/jdk-1.6-parent/
implementation ("org.wicketstuff:jdk-1.6-parent:6.0.0-beta3")'org.wicketstuff:jdk-1.6-parent:pom:6.0.0-beta3'<dependency org="org.wicketstuff" name="jdk-1.6-parent" rev="6.0.0-beta3">
  <artifact name="jdk-1.6-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='org.wicketstuff', module='jdk-1.6-parent', version='6.0.0-beta3')
)libraryDependencies += "org.wicketstuff" % "jdk-1.6-parent" % "6.0.0-beta3"[org.wicketstuff/jdk-1.6-parent "6.0.0-beta3"]