Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Latest commit

 

History

History
30 lines (21 loc) · 785 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 785 Bytes

Kotlin/JVM Commons

Apache License 2

Overview

Helpers and utilities for kotlin (or jvm languages)

Installation

Add the dependency:

<dependency>
    <groupId>com.github.sokomishalov.commons</groupId>
    <artifactId>commons-[module]</artifactId>
    <version>1.2.1</version>
</dependency>

Available modules now are:

  • core
  • logging
  • serialization
  • coroutines
  • spring