Last Version

OPS4J Pax Wicket :: Samples :: Edge Cases :: Inherit Injection :: Parent 5.0.0

This example shows that it is possible to inject in the parent class form a different bundle than in the child class. This is the worse case for pax wicket but a pretty realistic edge case.

License

License

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

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

ArtifactId

inheritinjection
Version

Version

5.0.0
Type

Type

pom
Description

Description

OPS4J Pax Wicket :: Samples :: Edge Cases :: Inherit Injection :: Parent
This example shows that it is possible to inject in the parent class form a different bundle than in the child class. This is the worse case for pax wicket but a pretty realistic edge case.
Project Organization

Project Organization

OPS4J - Open Participation Software for Java

Download inheritinjection 5.0.0


<!-- https://jarcasting.com/artifacts/org.ops4j.pax.wicket.samples.edge.inheritinjection/inheritinjection/ -->
<dependency>
    <groupId>org.ops4j.pax.wicket.samples.edge.inheritinjection</groupId>
    <artifactId>inheritinjection</artifactId>
    <version>5.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.wicket.samples.edge.inheritinjection/inheritinjection/
implementation 'org.ops4j.pax.wicket.samples.edge.inheritinjection:inheritinjection:5.0.0'
// https://jarcasting.com/artifacts/org.ops4j.pax.wicket.samples.edge.inheritinjection/inheritinjection/
implementation ("org.ops4j.pax.wicket.samples.edge.inheritinjection:inheritinjection:5.0.0")
'org.ops4j.pax.wicket.samples.edge.inheritinjection:inheritinjection:pom:5.0.0'
<dependency org="org.ops4j.pax.wicket.samples.edge.inheritinjection" name="inheritinjection" rev="5.0.0">
  <artifact name="inheritinjection" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.wicket.samples.edge.inheritinjection', module='inheritinjection', version='5.0.0')
)
libraryDependencies += "org.ops4j.pax.wicket.samples.edge.inheritinjection" % "inheritinjection" % "5.0.0"
[org.ops4j.pax.wicket.samples.edge.inheritinjection/inheritinjection "5.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • parent
  • inherit