MVN

net.smartcosmos : smartcosmos-dependencies

Maven & Gradle

Dec 13, 2016
1 usages
5 stars

SMART COSMOS Dependencies · Allows importing all of the dependencies associated with the SMART COSMOS Framework without having to use the parent pom.

<dependency>
    <groupId>net.smartcosmos</groupId>
    <artifactId>smartcosmos-dependencies</artifactId>
    <version>3.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.smartcosmos : smartcosmos-dependencies to add to Maven - Latest Versions:

  • Latest Stable: 3.2.0

All Versions

Choose a version of net.smartcosmos : smartcosmos-dependencies to add to Maven - All Versions:

Version Vulnerabilities Updated
3.2.x
smartcosmos-dependencies-3.2.0
3.1.x
smartcosmos-dependencies-3.1.1
smartcosmos-dependencies-3.1.0
3.0.x
smartcosmos-dependencies-3.0.0
2.14.x
smartcosmos-dependencies-2.14.0
2.13.x
smartcosmos-dependencies-2.13.1
smartcosmos-dependencies-2.13.0
2.12.x
smartcosmos-dependencies-2.12.1
smartcosmos-dependencies-2.12.0
2.11.x
smartcosmos-dependencies-2.11.1
2.10.x
smartcosmos-dependencies-2.10.16
smartcosmos-dependencies-2.10.15
smartcosmos-dependencies-2.10.14
smartcosmos-dependencies-2.10.13
smartcosmos-dependencies-2.10.11
smartcosmos-dependencies-2.10.10

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.smartcosmos</groupId>
    <artifactId>smartcosmos-dependencies</artifactId>
    <version>3.2.0</version>
</dependency>

Advertisement