poi-scala-cats_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>info.folone</groupId> <artifactId>poi-scala-cats_3</artifactId> <version>2.1.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>info.folone</groupId> <artifactId>poi-scala-cats_3</artifactId> <packaging>jar</packaging> <description>poi-scala-cats</description> <version>2.1.0</version> <licenses> <license> <name>Apache-2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <name>poi-scala-cats</name> <organization> <name>info.folone</name> </organization> <scm> <url>https://github.com/folone/poi.scala</url> <connection>scm:git:https://github.com/folone/poi.scala.git</connection> <developerConnection>scm:git:git@github.com:folone/poi.scala.git</developerConnection> </scm> <url>https://github.com/folone/poi.scala</url> <developers> <developer> <id>folone</id> <name>George Leontiev</name> <url>http://github.com/folone</url> </developer> <developer> <id>fedgehog</id> <name>Maxim Fedorov</name> <url>http://github.com/fedgehog</url> </developer> <developer> <id>Michael Rans</id> <name>Michael Rans</name> <url>http://github.com/Michael Rans</url> </developer> <developer> <id>daneko</id> <name>Kouichi Akatsuka</name> <url>http://github.com/daneko</url> </developer> <developer> <id>rintcius</id> <name>Rintcius Blok</name> <url>http://github.com/rintcius</url> </developer> <developer> <id>xuwei-k</id> <name>Kenji Yoshida</name> <url>http://github.com/xuwei-k</url> </developer> </developers> <dependencies> <dependency> <groupId>info.folone</groupId> <artifactId>poi-scala-core_3</artifactId> <version>2.1.0</version> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> <version>3.3.6</version> </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>org.typelevel</groupId> <artifactId>cats-laws_3</artifactId> <version>2.12.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.typelevel</groupId> <artifactId>discipline-specs2_3</artifactId> <version>1.4.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.specs2</groupId> <artifactId>specs2-scalacheck_3</artifactId> <version>4.21.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalacheck</groupId> <artifactId>scalacheck_3</artifactId> <version>1.18.1</version> <scope>test</scope> </dependency> </dependencies> </project>