flog_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.phasmidsoftware</groupId>
<artifactId>flog_2.13</artifactId>
<version>1.0.10</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.phasmidsoftware</groupId>
<artifactId>flog_2.13</artifactId>
<packaging>jar</packaging>
<description>This project is a Scala library to facilitate functional logging.</description>
<url>https://github.com/rchillyard/Flog</url>
<version>1.0.10</version>
<licenses>
<license>
<name>MIT</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>flog</name>
<organization>
<name>Phasmid Software</name>
<url>https://phasmidsoftware.com/</url>
</organization>
<scm>
<url>https://github.com/rchillyard/Flog</url>
<connection>scm:git@github.com:rchillyard/Flog.git</connection>
</scm>
<developers>
<developer>
<id>rchillyard</id>
<name>Robin Hillyard</name>
<url>https://phasmidsoftware.com</url>
<email>rchillyard@phasmidsoftware.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.16</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.16</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.13</artifactId>
<version>3.2.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>