Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 461 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 461 Bytes

parent-javalin-pom

The parent POM file for our libraries and projects based on Javalin.

It's based on the parent-pom project available on GitHub as well.

Usage

Reference it as parent in your POM file.

<parent>
    <groupId>info.unterrainer.commons</groupId>
    <artifactId>parent-javalin-pom</artifactId>
    <version>[current-verison]</version>
</parent>