kessenger-lib

Repo is simple util library containing types, traits and classes for Kessenger project. It is written in Scala 2.12, 2.13 and Scala 3 versions, and is stored in Maven Central Repository so is easy accessible with build tools like sbt or Maven.

Simply add following line to your build.sbt file:

libraryDependencies ++= "io.github.malyszaryczlowiek" %% "kessenger-lib" % "0.3.28"

or Maven one (example with scala 2.12):

<dependency>
  <groupId>io.github.malyszaryczlowiek</groupId>
  <artifactId>kessenger-lib_2.12</artifactId>
  <version>0.3.28</version> 
</dependency>