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