Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 599 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 599 Bytes

Finarkein Parent Build Status Maven Central

Parent pom for Finarkein's java modules.

Quickstart

Update parent tag in your pom.xml.

<parent>
      <groupId>io.finarkein</groupId>
      <artifactId>finarkein-parent</artifactId>
      <version>1.0.0</version>
</parent>