o

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

This component starts the application and provides the parent class. It requires injection.
Files download
File Operation
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-0.8.3.jar download
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-0.8.3.pom download
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-0.8.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ops4j.pax.wicket.samples.edge.inheritinjection</groupId>
  <artifactId>org.ops4j.pax.wicket.samples.edge.inheritinjection.parent</artifactId>
  <version>0.8.3</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.ops4j.pax.wicket.samples.edge.inheritinjection:org.ops4j.pax.wicket.samples.edge.inheritinjection.parent:0.8.3'
Gradle Kotlin
implementation("org.ops4j.pax.wicket.samples.edge.inheritinjection:org.ops4j.pax.wicket.samples.edge.inheritinjection.parent:0.8.3")
Scala SBT
libraryDependencies += "org.ops4j.pax.wicket.samples.edge.inheritinjection" % "org.ops4j.pax.wicket.samples.edge.inheritinjection.parent" % "0.8.3"
Groovy Grape
@Grapes(
  @Grab(group='org.ops4j.pax.wicket.samples.edge.inheritinjection', module='org.ops4j.pax.wicket.samples.edge.inheritinjection.parent', version='0.8.3')
)
Apache Ivy
<dependency org="org.ops4j.pax.wicket.samples.edge.inheritinjection" name="org.ops4j.pax.wicket.samples.edge.inheritinjection.parent" rev="0.8.3" />
Leiningen
[org.ops4j.pax.wicket.samples.edge.inheritinjection/org.ops4j.pax.wicket.samples.edge.inheritinjection.parent "0.8.3"]
Apache Buildr
'org.ops4j.pax.wicket.samples.edge.inheritinjection:org.ops4j.pax.wicket.samples.edge.inheritinjection.parent:jar:0.8.3'