Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.ops4j.pax.wicket.samples |
ArtifactId | ArtifactIdpax-wicket-samples-parent |
Version | Version0.7.9 |
Type | Typepom |
Filename | Size |
---|---|
pax-wicket-samples-parent-0.7.9.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.wicket.samples/pax-wicket-samples-parent/ -->
<dependency>
<groupId>org.ops4j.pax.wicket.samples</groupId>
<artifactId>pax-wicket-samples-parent</artifactId>
<version>0.7.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.wicket.samples/pax-wicket-samples-parent/
implementation 'org.ops4j.pax.wicket.samples:pax-wicket-samples-parent:0.7.9'
// https://jarcasting.com/artifacts/org.ops4j.pax.wicket.samples/pax-wicket-samples-parent/
implementation ("org.ops4j.pax.wicket.samples:pax-wicket-samples-parent:0.7.9")
'org.ops4j.pax.wicket.samples:pax-wicket-samples-parent:pom:0.7.9'
<dependency org="org.ops4j.pax.wicket.samples" name="pax-wicket-samples-parent" rev="0.7.9">
<artifact name="pax-wicket-samples-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.wicket.samples', module='pax-wicket-samples-parent', version='0.7.9')
)
libraryDependencies += "org.ops4j.pax.wicket.samples" % "pax-wicket-samples-parent" % "0.7.9"
[org.ops4j.pax.wicket.samples/pax-wicket-samples-parent "0.7.9"]