MVN

ro.fortsoft.pippo : pippo

Maven & Gradle

Nov 14, 2014
1 usages
761 stars

Pippo · A module that provides dependencies to all core submodules needed to run Pippo application. This way Maven users can depend only on this module without bothering that Pippo core depends on several modules.

<dependency>
    <groupId>ro.fortsoft.pippo</groupId>
    <artifactId>pippo</artifactId>
    <version>0.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ro.fortsoft.pippo : pippo to add to Maven - Latest Versions:

  • Latest Stable: 0.3.0

All Versions

Choose a version of ro.fortsoft.pippo : pippo to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3.x
pippo-0.3.0
0.2.x
pippo-0.2.0
0.1.x
pippo-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>ro.fortsoft.pippo</groupId>
    <artifactId>pippo</artifactId>
    <version>0.3.0</version>
</dependency>

Advertisement