MVN

com.severell : severell-parent

Maven & Gradle

May 26, 2021
41 stars

severell-parent · A template engine using plain Java code.

<dependency>
    <groupId>com.severell</groupId>
    <artifactId>severell-parent</artifactId>
    <version>0.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.0.2

All Versions

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

Version Vulnerabilities Updated
0.0.x
severell-parent-0.0.2
severell-parent-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.severell</groupId>
    <artifactId>severell-parent</artifactId>
    <version>0.0.2</version>
</dependency>

Advertisement