License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks |
GroupId | GroupIdorg.ops4j.pax.wicket.samples.edge.inheritinjection |
ArtifactId | ArtifactIdinheritinjection |
Last Version | Last Version5.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOPS4J 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 |
Filename | Size |
---|---|
inheritinjection-5.0.0.pom | 1 KB |
Browse |
<!-- 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"]