Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1.55 KB

File metadata and controls

29 lines (25 loc) · 1.55 KB

Simple utilities for kotlinx.serialization

Maven Central GitHub Kotlin GitHub Workflow Status (with branch)

Small library which provide some utilities for koltinx.serialization

Table of Contents

  1. How to add library to you project

How to add library to you project

Maven

<dependency>
    <groupId>io.github.edmondantes</groupId>
    <artifactId>simple-kotlinx-serialization-utils</artifactId>
    <version>${simple_library_version}</version>
</dependency>

Gradle (kotlin)

implementation("io.github.edmondantes:simple-kotlinx-serialization-utils:${simple_library_version}")

Gradle (groovy)

implementation "io.github.edmondantes:simple-kotlinx-serialization-utils:${simple_library_version}"