nats4cats_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>de.thatscalaguy</groupId> <artifactId>nats4cats_3</artifactId> <version>0.4.1</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>nats4cats_3</artifactId> <packaging>jar</packaging> <description>nats4cats</description> <url>https://ThatScalaGuy.github.io/nats4cats</url> <version>0.4.1</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>nats4cats</name> <inceptionYear>2023</inceptionYear> <organization> <name>ThatScalaGuy</name> </organization> <scm> <url>https://github.com/ThatScalaGuy/nats4cats</url> <connection>scm:git:https://github.com/ThatScalaGuy/nats4cats.git</connection> <developerConnection>scm:git:git@github.com:ThatScalaGuy/nats4cats.git</developerConnection> </scm> <developers> <developer> <id>ThatScalaGuy</id> <name>Sven Herrmann</name> <url>https://github.com/ThatScalaGuy</url> <email>@ThatScalaGuy</email> </developer> </developers> <properties> <info.apiURL>https://www.javadoc.io/doc/de.thatscalaguy/nats4cats_3/0.4.1/</info.apiURL> <info.releaseNotesUrl>https://github.com/ThatScalaGuy/nats4cats/releases/tag/v0.4.1</info.releaseNotesUrl> <info.versionScheme>early-semver</info.versionScheme> </properties> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> <version>3.3.3</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-core_3</artifactId> <version>2.12.0</version> </dependency> <dependency> <groupId>org.typelevel</groupId> <artifactId>cats-effect_3</artifactId> <version>3.5.4</version> </dependency> <dependency> <groupId>io.nats</groupId> <artifactId>jnats</artifactId> <version>2.19.1</version> </dependency> <dependency> <groupId>org.scalameta</groupId> <artifactId>munit_3</artifactId> <version>1.0.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.typelevel</groupId> <artifactId>munit-cats-effect_3</artifactId> <version>2.0.0</version> <scope>test</scope> </dependency> <dependency> <groupId>com.dimafeng</groupId> <artifactId>testcontainers-scala-munit_3</artifactId> <version>0.41.4</version> <scope>test</scope> </dependency> </dependencies> </project>