MVN

com.anrisoftware.simplerest : simplerest-parent

Maven & Gradle

Oct 03, 2016

Simple REST :: Parent POM · Manages the meta-information and dependencies of the project.

<dependency>
    <groupId>com.anrisoftware.simplerest</groupId>
    <artifactId>simplerest-parent</artifactId>
    <version>0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.anrisoftware.simplerest : simplerest-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.5

All Versions

Choose a version of com.anrisoftware.simplerest : simplerest-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.5
simplerest-parent-0.5
0.4
simplerest-parent-0.4
0.3
simplerest-parent-0.3
0.1
simplerest-parent-0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.anrisoftware.simplerest</groupId>
    <artifactId>simplerest-parent</artifactId>
    <version>0.5</version>
</dependency>