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