MVN

org.apache.felix.commons : commons-build

Maven & Gradle

Aug 22, 2007

Apache Felix Commons: Build · These subprojects wrap common third-party jars as OSGi bundles.

<dependency>
    <groupId>org.apache.felix.commons</groupId>
    <artifactId>commons-build</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.felix.commons : commons-build to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of org.apache.felix.commons : commons-build to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
commons-build-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.felix.commons</groupId>
    <artifactId>commons-build</artifactId>
    <version>1.0.0</version>
</dependency>