MVN

org.ops4j.pax : construct

Maven & Gradle

Jan 11, 2016
24 stars

OPS4J - Pax Construct · A series of tools to help piece together code, jars, and bundles from different places into a single OSGi project built and managed by Maven

<dependency>
    <groupId>org.ops4j.pax</groupId>
    <artifactId>construct</artifactId>
    <version>scripts</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ops4j.pax : construct to add to Maven - Latest Versions:

  • Latest Stable: scripts

All Versions

Choose a version of org.ops4j.pax : construct to add to Maven - All Versions:

Version Vulnerabilities Updated
1.6.x
construct-1.6.0
1.5
construct-1.5
1.0
construct-1.0
scripts
construct-scripts
maven
construct-maven-archetype-spring-bean
construct-maven-archetype-osgi-wrapper
construct-maven-archetype-osgi-service
construct-maven-archetype-osgi-project
construct-maven-archetype-osgi-bundle
archetypes
construct-archetypes

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.ops4j.pax</groupId>
    <artifactId>construct</artifactId>
    <version>scripts</version>
</dependency>

Advertisement