Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 314 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 314 Bytes

Kotlin template

Template for Kotlin/Maven library with CI/CD & Dependabot updates.

Install

As Maven dependency.

<dependency>
  <groupId>io.github.stscoundrel</groupId>
  <artifactId>kotlin-template</artifactId>
  <version>0.1.0</version> <!-- Note! Check latest release number -->
</dependency>