MVN

org.activejpa : activejpa-sphere

Maven & Gradle

Oct 04, 2014

Environment Settings for ActiveJPA projects.

<dependency>
    <groupId>org.activejpa</groupId>
    <artifactId>activejpa-sphere</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.activejpa : activejpa-sphere to add to Maven - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of org.activejpa : activejpa-sphere to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
activejpa-sphere-1.0.3
activejpa-sphere-1.0.2
activejpa-sphere-1.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.activejpa</groupId>
    <artifactId>activejpa-sphere</artifactId>
    <version>1.0.3</version>
</dependency>

Advertisement