MVN

org.ops4j.pax.jpa.samples : pax-jpa-samples-features

Maven & Gradle

Oct 11, 2014
3 stars

OPS4J Pax JPA Samples Karaf Features · Pax JPA module creating a features xml file to deploy Pax JPA Samples as features in Apache Karaf. To use this feature enter the following in your Karaf shell - feature:repo-add mvn:org.ops4j.pax.jpa.samples/pax-jpa-samples-features/${project.version}/xml/features

<dependency>
    <groupId>org.ops4j.pax.jpa.samples</groupId>
    <artifactId>pax-jpa-samples-features</artifactId>
    <version>0.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ops4j.pax.jpa.samples : pax-jpa-samples-features to add to Maven - Latest Versions:

  • Latest Stable: 0.3.0

All Versions

Choose a version of org.ops4j.pax.jpa.samples : pax-jpa-samples-features to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3.x
pax-jpa-samples-features-0.3.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.ops4j.pax.jpa.samples</groupId>
    <artifactId>pax-jpa-samples-features</artifactId>
    <version>0.3.0</version>
</dependency>