scala-server-toolkit-http4s-blaze-client

Functional programming toolkit for building server applications in Scala.

License

License

MIT
Categories

Categories

Scala Languages CLI User Interface
GroupId

GroupId

com.avast
ArtifactId

ArtifactId

scala-server-toolkit-http4s-blaze-client_2.12
Last Version

Last Version

0.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

scala-server-toolkit-http4s-blaze-client
Functional programming toolkit for building server applications in Scala.
Project URL

Project URL

https://github.com/avast/scala-server-toolkit
Project Organization

Project Organization

com.avast
Source Code Management

Source Code Management

https://github.com/avast/scala-server-toolkit

Download scala-server-toolkit-http4s-blaze-client_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.avast/scala-server-toolkit-http4s-blaze-client_2.12/ -->
<dependency>
    <groupId>com.avast</groupId>
    <artifactId>scala-server-toolkit-http4s-blaze-client_2.12</artifactId>
    <version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.avast/scala-server-toolkit-http4s-blaze-client_2.12/
implementation 'com.avast:scala-server-toolkit-http4s-blaze-client_2.12:0.1.3'
// https://jarcasting.com/artifacts/com.avast/scala-server-toolkit-http4s-blaze-client_2.12/
implementation ("com.avast:scala-server-toolkit-http4s-blaze-client_2.12:0.1.3")
'com.avast:scala-server-toolkit-http4s-blaze-client_2.12:jar:0.1.3'
<dependency org="com.avast" name="scala-server-toolkit-http4s-blaze-client_2.12" rev="0.1.3">
  <artifact name="scala-server-toolkit-http4s-blaze-client_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.avast', module='scala-server-toolkit-http4s-blaze-client_2.12', version='0.1.3')
)
libraryDependencies += "com.avast" % "scala-server-toolkit-http4s-blaze-client_2.12" % "0.1.3"
[com.avast/scala-server-toolkit-http4s-blaze-client_2.12 "0.1.3"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.10
com.avast : scala-server-toolkit-jvm-ssl_2.12 jar 0.1.3
org.typelevel : cats-effect_2.12 jar 2.0.0
org.http4s : http4s-blaze-client_2.12 jar 0.20.11

test (2)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.2.3
org.scalatest : scalatest_2.12 jar 3.0.8

Project Modules

There are no modules declared in this project.

Scala Server Toolkit

Build Status Maven Central Scala Steward badge Mergify badge

This project is a culmination of years of Scala development at Avast and tries to represent the best practices of Scala server development we have gained together with tools that allow us to be effective. It is a set of small, flexible and cohesive building blocks that fit together well and allow you to build reliable server applications.

Jump Right In

You can use the official Giter8 template to get started:

sbt new avast/sst-seed.g8

Documentation

Read it here or you can deep dive into example code.

Articles

Talks

Design

There are certain design decisions and constraints that are put in place to guide the development of the toolkit and recommended for the development of your server applications.

  • Keep the number of dependencies as low as possible.
  • Modular design: small, cohesive, orthogonal and composable components.
  • Functional programming.
  • Type safe configuration and resource lifecycle.
  • No need for dependency injection.
  • Scalazzi Safe Scala Subset

Issues

Please report issues to GitHub. Pull requests are always welcome.

Versioning

The project follows the semantic versioning schema which means that just by looking at the version you will know whether to expect compatibility problems or not.

The project values backwards compatibility but it cannot prevent innovation. There will be breaking changes but they will always be properly versioned and documented.

Contributing

See CONTRIBUTING.md.

Code of Conduct

See CODE_OF_CONDUCT.md.

License

Scala Server Toolkit is licensed under MIT License.

com.avast

Avast

https://avast.github.io

Versions

Version
0.1.3