MVN

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

Maven & Gradle

Oct 04, 2018
3 usages
30 stars

OPS4J Pax Wicket :: Samples :: Edge Cases :: Inherit Injection :: Parent Class Provider · This component starts the application and provides the parent class. It requires injection.

<dependency>
    <groupId>org.ops4j.pax.wicket.samples.edge.inheritinjection</groupId>
    <artifactId>org.ops4j.pax.wicket.samples.edge.inheritinjection.parent</artifactId>
    <version>5.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ops4j.pax.wicket.samples.edge.inheritinjection : org.ops4j.pax.wicket.samples.edge.inheritinjection.parent to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.0
  • Latest Release Candidate: 5.0.0-RC1

All Versions

Choose a version of org.ops4j.pax.wicket.samples.edge.inheritinjection : org.ops4j.pax.wicket.samples.edge.inheritinjection.parent to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-5.0.0
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-5.0.0-RC1
4.0.x
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-4.0.0
3.0.x
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-3.0.4
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-3.0.2
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-3.0.1
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-3.0.0
2.1.x
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-2.1.1
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-2.1.0
2.0.x
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-2.0.1
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-2.0.0
1.2.x
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-1.2.2
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-1.2.1
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-1.2.0
1.1.x
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-1.1.2
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-1.1.1
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-1.1.0
1.0.x
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-1.0.3
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-1.0.2
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-1.0.1
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-1.0.0
0.8.x
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-0.8.11
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-0.8.10
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-0.8.9
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-0.8.8
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-0.8.7
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-0.8.6
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-0.8.5
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-0.8.4
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-0.8.3
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-0.8.2
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-0.8.1
org.ops4j.pax.wicket.samples.edge.inheritinjection.parent-0.8.0

How to add a dependency to Maven

Add the following org.ops4j.pax.wicket.samples.edge.inheritinjection : org.ops4j.pax.wicket.samples.edge.inheritinjection.parent maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ops4j.pax.wicket.samples.edge.inheritinjection</groupId>
    <artifactId>org.ops4j.pax.wicket.samples.edge.inheritinjection.parent</artifactId>
    <version>5.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ops4j.pax.wicket.samples.edge.inheritinjection : org.ops4j.pax.wicket.samples.edge.inheritinjection.parent gradle dependency to your build.gradle file:

implementation 'org.ops4j.pax.wicket.samples.edge.inheritinjection:org.ops4j.pax.wicket.samples.edge.inheritinjection.parent:5.0.0'

Gradle Kotlin DSL: Add the following org.ops4j.pax.wicket.samples.edge.inheritinjection : org.ops4j.pax.wicket.samples.edge.inheritinjection.parent gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ops4j.pax.wicket.samples.edge.inheritinjection:org.ops4j.pax.wicket.samples.edge.inheritinjection.parent:5.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ops4j.pax.wicket.samples.edge.inheritinjection : org.ops4j.pax.wicket.samples.edge.inheritinjection.parent sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ops4j.pax.wicket.samples.edge.inheritinjection" % "org.ops4j.pax.wicket.samples.edge.inheritinjection.parent" % "5.0.0"