fabric-io_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>fabric-io_3</artifactId>
<version>1.19.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>org.typelevel</groupId>
<artifactId>fabric-io_3</artifactId>
<packaging>jar</packaging>
<description>fabric-io</description>
<url>https://github.com/typelevel/fabric</url>
<version>1.19.0</version>
<licenses>
<license>
<name>MIT</name>
<url>https://github.com/typelevel/fabric/blob/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>fabric-io</name>
<inceptionYear>2021</inceptionYear>
<organization>
<name>Typelevel</name>
<url>https://typelevel.org</url>
</organization>
<scm>
<url>https://github.com/typelevel/fabric</url>
<connection>scm:git@github.com:typelevel/fabric.git</connection>
</scm>
<developers>
<developer>
<id>darkfrog26</id>
<name>Matt Hicks</name>
<url>https://github.com/darkfrog26</url>
<email>@darkfrog26</email>
</developer>
</developers>
<properties>
<info.apiURL>https://javadoc.io/doc/org.typelevel/fabric-io_3/1.19.0/</info.apiURL>
<info.releaseNotesUrl>https://github.com/typelevel/fabric/releases/tag/v1.19.0</info.releaseNotesUrl>
<info.versionScheme>early-semver</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>fabric-core_3</artifactId>
<version>1.19.0</version>
</dependency>
<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>literally_3</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>com.jsoniter</groupId>
<artifactId>jsoniter</artifactId>
<version>0.9.23</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.20.1</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_3</artifactId>
<version>3.2.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>scalacheck-1-18_3</artifactId>
<version>3.2.19.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.15.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.20.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.20.1</version>
</dependency>
<dependency>
<groupId>com.typesafe</groupId>
<artifactId>config</artifactId>
<version>1.4.5</version>
</dependency>
</dependencies>
</project>