Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lhns/scala-common


https://github.com/lhns/scala-common

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# scala-common

[![build](https://github.com/lhns/scala-common/actions/workflows/build.yml/badge.svg)](https://github.com/lhns/scala-common/actions/workflows/build.yml)
[![Release Notes](https://img.shields.io/github/release/lhns/scala-common.svg?maxAge=3600)](https://github.com/lhns/scala-common/releases/latest)
[![Maven Central](https://img.shields.io/maven-central/v/de.lhns/scala-common-core_3)](https://search.maven.org/artifact/de.lhns/scala-common-core_3)
[![Apache License 2.0](https://img.shields.io/github/license/lhns/scala-common.svg?maxAge=3600)](https://www.apache.org/licenses/LICENSE-2.0)
[![Scala Steward badge](https://img.shields.io/badge/Scala_Steward-helping-blue.svg?style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAAVFBMVEUAAACHjojlOy5NWlrKzcYRKjGFjIbp293YycuLa3pYY2LSqql4f3pCUFTgSjNodYRmcXUsPD/NTTbjRS+2jomhgnzNc223cGvZS0HaSD0XLjbaSjElhIr+AAAAAXRSTlMAQObYZgAAAHlJREFUCNdNyosOwyAIhWHAQS1Vt7a77/3fcxxdmv0xwmckutAR1nkm4ggbyEcg/wWmlGLDAA3oL50xi6fk5ffZ3E2E3QfZDCcCN2YtbEWZt+Drc6u6rlqv7Uk0LdKqqr5rk2UCRXOk0vmQKGfc94nOJyQjouF9H/wCc9gECEYfONoAAAAASUVORK5CYII=)](https://scala-steward.org)

Common utilities to build WebServices.

## Usage

### build.sbt

```sbt
libraryDependencies ++= Seq(
"de.lhns" %% "scala-common-core" % "0.5.0",
"de.lhns" %% "scala-common-app" % "0.5.0",
"de.lhns" %% "scala-common-http-client" % "0.5.0",
"de.lhns" %% "scala-common-http-server" % "0.5.0",
"de.lhns" %% "scala-common-skunk" % "0.5.0"
)
```

## License

This project uses the Apache 2.0 License. See the file called LICENSE.