sst-http4s-client-ember-pureconfig_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.avast</groupId>
<artifactId>sst-http4s-client-ember-pureconfig_3</artifactId>
<version>0.19.3</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.avast</groupId>
<artifactId>sst-http4s-client-ember-pureconfig_3</artifactId>
<packaging>jar</packaging>
<description>Functional programming toolkit for building server applications in Scala.</description>
<url>https://github.com/avast/scala-server-toolkit</url>
<version>0.19.3</version>
<licenses>
<license>
<name>MIT</name>
<url>https://raw.githubusercontent.com/avast/scala-server-toolkit/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>sst-http4s-client-ember-pureconfig</name>
<organization>
<name>Avast</name>
<url>https://avast.com</url>
</organization>
<scm>
<url>https://github.com/avast/scala-server-toolkit</url>
<connection>scm:git:https://github.com/avast/scala-server-toolkit.git</connection>
<developerConnection>scm:git:git@github.com:avast/scala-server-toolkit.git</developerConnection>
</scm>
<developers>
<developer>
<id>jakubjanecek</id>
<name>Jakub Janecek</name>
<url>https://www.avast.com</url>
<email>janecek@avast.com</email>
</developer>
</developers>
<properties>
<info.versionScheme>early-semver</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>com.avast</groupId>
<artifactId>sst-http4s-client-ember_3</artifactId>
<version>0.19.3</version>
</dependency>
<dependency>
<groupId>com.avast</groupId>
<artifactId>sst-jvm-pureconfig_3</artifactId>
<version>0.19.3</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.3.7</version>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-effect_3</artifactId>
<version>2.5.5</version>
</dependency>
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-collection-compat_3</artifactId>
<version>2.13.0</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.20</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_3</artifactId>
<version>3.2.19</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>