License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks |
GroupId | GroupIdorg.ops4j.pax.wicket.samples.edge |
ArtifactId | ArtifactIdedge |
Last Version | Last Version5.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOPS4J Pax Wicket :: Samples :: Edge Cases :: Parent
Those examples here contain pretty nasty edge cases.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
edge-5.0.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.wicket.samples.edge/edge/ -->
<dependency>
<groupId>org.ops4j.pax.wicket.samples.edge</groupId>
<artifactId>edge</artifactId>
<version>5.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.wicket.samples.edge/edge/
implementation 'org.ops4j.pax.wicket.samples.edge:edge:5.0.0'
// https://jarcasting.com/artifacts/org.ops4j.pax.wicket.samples.edge/edge/
implementation ("org.ops4j.pax.wicket.samples.edge:edge:5.0.0")
'org.ops4j.pax.wicket.samples.edge:edge:pom:5.0.0'
<dependency org="org.ops4j.pax.wicket.samples.edge" name="edge" rev="5.0.0">
<artifact name="edge" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.wicket.samples.edge', module='edge', version='5.0.0')
)
libraryDependencies += "org.ops4j.pax.wicket.samples.edge" % "edge" % "5.0.0"
[org.ops4j.pax.wicket.samples.edge/edge "5.0.0"]