is not current version
Last Version 5.0.0

org.ops4j.pax.wicket.samples.edge:edge 5.0.0-RC1

Those examples here contain pretty nasty edge cases.

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.ops4j.pax.wicket.samples.edge
ArtifactId

ArtifactId

edge
Version

Version

5.0.0-RC1
Type

Type

pom

Download edge 5.0.0-RC1

Filename Size
edge-5.0.0-RC1.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-RC1</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-RC1'
// https://jarcasting.com/artifacts/org.ops4j.pax.wicket.samples.edge/edge/
implementation ("org.ops4j.pax.wicket.samples.edge:edge:5.0.0-RC1")
'org.ops4j.pax.wicket.samples.edge:edge:pom:5.0.0-RC1'
<dependency org="org.ops4j.pax.wicket.samples.edge" name="edge" rev="5.0.0-RC1">
  <artifact name="edge" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.wicket.samples.edge', module='edge', version='5.0.0-RC1')
)
libraryDependencies += "org.ops4j.pax.wicket.samples.edge" % "edge" % "5.0.0-RC1"
[org.ops4j.pax.wicket.samples.edge/edge "5.0.0-RC1"]