pomadchin / tagless-mid   0.2.1

Apache License 2.0 GitHub

ToFu Mid as a separate library

Scala versions: 3.x 2.13

Tagless Mid

CI Maven Badge Snapshots Badge

This library is ToFu.Mid implementation separated out of the ToFu library.

Quick Start with SBT

// it is published to maven central, but you can use the following repos in addition
resolvers ++= 
  Resolver.sonatypeOssRepos("releases") ++ 
  Resolver.sonatypeOssRepos("snapshots") // for snaphots

// `<latest version>` refers to the version indicated by the badge above
libraryDependencies += "io.github.pomadchin" %% "tagless-mid-core" % "<latest version>"

License

Code is provided under the Apache 2.0 license available at http://opensource.org/licenses/Apache-2.0, as well as in the LICENSE file.