MVN

com.github.geoladris : apps

Maven & Gradle

Feb 20, 2018
0 stars

Geoladris Applications · The plugins built with Geoladris, a framework for building modular web applications.

<dependency>
    <groupId>com.github.geoladris</groupId>
    <artifactId>apps</artifactId>
    <version>essential</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.geoladris : apps to add to Maven - Latest Versions:

  • Latest Stable: essential

All Versions

Choose a version of com.github.geoladris : apps to add to Maven - All Versions:

Version Vulnerabilities Updated
7.0.x
apps-7.0.0
essential
apps-essential
develop
apps-develop
demo
apps-demo

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.geoladris</groupId>
    <artifactId>apps</artifactId>
    <version>essential</version>
</dependency>

Advertisement