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-3.0.0.jar download
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-3.0.0.pom download
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-3.0.0-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>3.0.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.ops4j.pax.wicket.samples.edge.inheritinjection:org.ops4j.pax.wicket.samples.edge.inheritinjection.parent:3.0.0'
Gradle Kotlin
implementation("org.ops4j.pax.wicket.samples.edge.inheritinjection:org.ops4j.pax.wicket.samples.edge.inheritinjection.parent:3.0.0")
Scala SBT
libraryDependencies += "org.ops4j.pax.wicket.samples.edge.inheritinjection" % "org.ops4j.pax.wicket.samples.edge.inheritinjection.parent" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.ops4j.pax.wicket.samples.edge.inheritinjection', module='org.ops4j.pax.wicket.samples.edge.inheritinjection.parent', version='3.0.0')
)
Apache Ivy
<dependency org="org.ops4j.pax.wicket.samples.edge.inheritinjection" name="org.ops4j.pax.wicket.samples.edge.inheritinjection.parent" rev="3.0.0" />
Leiningen
[org.ops4j.pax.wicket.samples.edge.inheritinjection/org.ops4j.pax.wicket.samples.edge.inheritinjection.parent "3.0.0"]
Apache Buildr
'org.ops4j.pax.wicket.samples.edge.inheritinjection:org.ops4j.pax.wicket.samples.edge.inheritinjection.parent:jar:3.0.0'