fs2-nats_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>de.thatscalaguy</groupId>
<artifactId>fs2-nats_3</artifactId>
<version>0.2.0</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.thatscalaguy</groupId>
<artifactId>fs2-nats_3</artifactId>
<packaging>jar</packaging>
<description>fs2-nats</description>
<url>https://github.com/ThatScalaGuy/fs2-nats</url>
<version>0.2.0</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>fs2-nats</name>
<inceptionYear>2025</inceptionYear>
<organization>
<name>ThatScalaGuy</name>
</organization>
<scm>
<url>https://github.com/ThatScalaGuy/fs2-nats</url>
<connection>scm:git:https://github.com/ThatScalaGuy/fs2-nats.git</connection>
<developerConnection>scm:git:git@github.com:ThatScalaGuy/fs2-nats.git</developerConnection>
</scm>
<developers>
<developer>
<id>ThatScalaGuy</id>
<name>fs2-nats contributors</name>
<url>https://github.com/ThatScalaGuy/fs2-nats/contributors</url>
<email>@ThatScalaGuy</email>
</developer>
<developer>
<id>ThatScalaGuy</id>
<name>Sven Herrmann</name>
<url>https://github.com/ThatScalaGuy</url>
<email>@ThatScalaGuy</email>
</developer>
</developers>
<properties>
<info.apiURL>https://javadoc.io/doc/de.thatscalaguy/fs2-nats_3/0.2.0/</info.apiURL>
<info.releaseNotesUrl>https://github.com/ThatScalaGuy/fs2-nats/releases/tag/v0.2.0</info.releaseNotesUrl>
<info.versionScheme>early-semver</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.3.7</version>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>scalac-compat-annotation_3</artifactId>
<version>0.1.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-effect_3</artifactId>
<version>3.7.0</version>
</dependency>
<dependency>
<groupId>co.fs2</groupId>
<artifactId>fs2-core_3</artifactId>
<version>3.13.0</version>
</dependency>
<dependency>
<groupId>co.fs2</groupId>
<artifactId>fs2-io_3</artifactId>
<version>3.13.0</version>
</dependency>
<dependency>
<groupId>com.github.plokhotnyuk.jsoniter-scala</groupId>
<artifactId>jsoniter-scala-core_3</artifactId>
<version>2.38.14</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.84</version>
</dependency>
<dependency>
<groupId>org.scalameta</groupId>
<artifactId>munit_3</artifactId>
<version>1.2.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>munit-cats-effect_3</artifactId>
<version>2.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_3</artifactId>
<version>1.19.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalameta</groupId>
<artifactId>munit-scalacheck_3</artifactId>
<version>1.3.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>