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