MVN

org.eccosolutions.osaf.cosmo : cosmo-core-parent

Maven & Gradle

Dec 29, 2015
3 stars

Cosmo Core Aggregator · A derivation of the back-end parts of cosmo from http://chandlerproject.org. The modules here represent the non-web Java code from the cosmo WAR module in the original cosmo code.

<dependency>
    <groupId>org.eccosolutions.osaf.cosmo</groupId>
    <artifactId>cosmo-core-parent</artifactId>
    <version>1.4.0.M7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eccosolutions.osaf.cosmo : cosmo-core-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.4.0.M7
  • Latest Release Candidate: 2.0.0.RC1

All Versions

Choose a version of org.eccosolutions.osaf.cosmo : cosmo-core-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
cosmo-core-parent-2.0.0.RC1
1.4.x
cosmo-core-parent-1.4.0.M7
cosmo-core-parent-1.4.0.M6
cosmo-core-parent-1.4.0.M5
cosmo-core-parent-1.4.0.M4
cosmo-core-parent-1.4.0.M3
cosmo-core-parent-1.4.0.M2
cosmo-core-parent-1.4.0.M1
1.3.x
cosmo-core-parent-1.3.0.RELEASE
1.2.x
cosmo-core-parent-1.2.1.RELEASE
cosmo-core-parent-1.2.0.RELEASE

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.eccosolutions.osaf.cosmo</groupId>
    <artifactId>cosmo-core-parent</artifactId>
    <version>1.4.0.M7</version>
</dependency>

Advertisement