fs2-compress-brotli_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>de.lhns</groupId>
<artifactId>fs2-compress-brotli_3</artifactId>
<version>2.3.2</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>de.lhns</groupId>
<artifactId>fs2-compress-brotli_3</artifactId>
<packaging>jar</packaging>
<description>fs2-compress-brotli</description>
<url>https://github.com/lhns/fs2-compress</url>
<version>2.3.2</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>fs2-compress-brotli</name>
<organization>
<name>de.lhns</name>
<url>https://github.com/lhns/fs2-compress</url>
</organization>
<scm>
<url>https://github.com/lhns/fs2-compress</url>
<connection>scm:git@github.com:lhns/fs2-compress.git</connection>
</scm>
<developers>
<developer>
<id>lhns</id>
<name>Pierre Kisters</name>
<url>https://github.com/lhns/</url>
<email>pierrekisters@gmail.com</email>
</developer>
</developers>
<properties>
<info.versionScheme>early-semver</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>de.lhns</groupId>
<artifactId>fs2-compress_3</artifactId>
<version>2.3.2</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.3.6</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.17</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>munit-cats-effect_3</artifactId>
<version>2.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>co.fs2</groupId>
<artifactId>fs2-io_3</artifactId>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.brotli</groupId>
<artifactId>dec</artifactId>
<version>0.1.2</version>
</dependency>
</dependencies>
</project>