Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.53 KB

File metadata and controls

33 lines (23 loc) · 1.53 KB

Simple kotlix serialization multipart library

Maven Central GitHub Kotlin GitHub Workflow Status (with branch)

Small library for serialize and deserialize by multipart content type in http protocol

How to add library to you project

Maven

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

Gradle (kotlin)

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

Gradle (groovy)

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