MVN

org.apache.felix : org.apache.felix.ipojo.distribution.maventutorial

Maven & Gradle

Dec 16, 2014

Apache Felix iPOJO - Distribution - Maven Tutorial · This project builds the iPOJO Maven tutorial package

<dependency>
    <groupId>org.apache.felix</groupId>
    <artifactId>org.apache.felix.ipojo.distribution.maventutorial</artifactId>
    <version>1.12.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.felix : org.apache.felix.ipojo.distribution.maventutorial to add to Maven - Latest Versions:

  • Latest Stable: 1.12.1

All Versions

Choose a version of org.apache.felix : org.apache.felix.ipojo.distribution.maventutorial to add to Maven - All Versions:

Version Vulnerabilities Updated
1.12.x
org.apache.felix.ipojo.distribution.maventutorial-1.12.1
org.apache.felix.ipojo.distribution.maventutorial-1.12.0
1.11.x
org.apache.felix.ipojo.distribution.maventutorial-1.11.2
org.apache.felix.ipojo.distribution.maventutorial-1.11.1
org.apache.felix.ipojo.distribution.maventutorial-1.11.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.felix</groupId>
    <artifactId>org.apache.felix.ipojo.distribution.maventutorial</artifactId>
    <version>1.12.1</version>
</dependency>