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

sokomishalov/commons-kotlin-jvm

Repository files navigation

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