/library-template

Template repository for libraries for Java applications

MIT LicenseMIT

Library Template

---REMOVE UNDER---

Template repository for libraries for Java applications.

  1. Open pom.xml and update all INSERTHERE values
  2. Source folder must be in io.github.ilyalisov.*
  3. Update project name in README.md
  4. Update all INSERTHERE links in README.md with repo name

---REMOVE ABOVE---

Lines-of-Code Hits-of-Code mvn

codecov

Content:

How to use

At first, you need to install this library.

With Maven add dependency to your pom.xml.

<dependency>
    <groupId>io.github.ilyalisov</groupId>
    <artifactId>INSERTHERE</artifactId>
    <version>0.1.0</version>
</dependency>

This library provides simple and convenient usage.

Prerequisites

How to contribute

See active issues at issues page