Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.ops4j.pax.wicket.samples |
ArtifactId | ArtifactIdpax-wicket-samples-parent |
Version | Version0.7.6 |
Type | Typepom |
Filename | Size |
---|---|
pax-wicket-samples-parent-0.7.6.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.6</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.6'
// 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.6")
'org.ops4j.pax.wicket.samples:pax-wicket-samples-parent:pom:0.7.6'
<dependency org="org.ops4j.pax.wicket.samples" name="pax-wicket-samples-parent" rev="0.7.6">
<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.6')
)
libraryDependencies += "org.ops4j.pax.wicket.samples" % "pax-wicket-samples-parent" % "0.7.6"
[org.ops4j.pax.wicket.samples/pax-wicket-samples-parent "0.7.6"]