log4cats-core_3.0.0-RC1
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.typelevel</groupId> <artifactId>log4cats-core_3.0.0-RC1</artifactId> <version>2.0.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>org.typelevel</groupId> <artifactId>log4cats-core_3.0.0-RC1</artifactId> <packaging>jar</packaging> <description>log4cats-core</description> <url>https://github.com/typelevel/log4cats</url> <version>2.0.1</version> <licenses> <license> <name>Apache-2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.html</url> <distribution>repo</distribution> </license> </licenses> <name>log4cats-core</name> <inceptionYear>2018</inceptionYear> <organization> <name>Christopher Davenport</name> <url>https://github.com/typelevel/log4cats</url> </organization> <scm> <url>https://github.com/typelevel/log4cats</url> <connection>git@github.com:typelevel/log4cats.git</connection> </scm> <developers> <developer> <id>christopherdavenport</id> <name>Christopher Davenport</name> <url>https://christopherdavenport.github.io/</url> <email>chris@christopherdavenport.tech</email> </developer> <developer> <id>lorandszakacs</id> <name>Loránd Szakács</name> <url>https://github.com/lorandszakacs</url> <email>lorand.szakacs@protonmail.com</email> </developer> </developers> <properties> <info.versionScheme>early-semver</info.versionScheme> </properties> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3.0.0-RC1</artifactId> <version>3.0.0-RC1</version> </dependency> <dependency> <groupId>org.typelevel</groupId> <artifactId>cats-core_3.0.0-RC1</artifactId> <version>2.5.0</version> </dependency> </dependencies> </project>