spata_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>dev.sovt</groupId> <artifactId>spata_3</artifactId> <version>4.0.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>dev.sovt</groupId> <artifactId>spata_3</artifactId> <packaging>jar</packaging> <description>Functional, stream based CSV processor for Scala</description> <url>https://github.com/sovt/spata</url> <version>4.0.0</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>spata</name> <inceptionYear>2020</inceptionYear> <organization> <name>sovt</name> <url>https://github.com/sovt/spata</url> </organization> <scm> <url>https://github.com/sovt/spata</url> <connection>scm:git:https://github.com/sovt/spata.git</connection> <developerConnection>scm:git:git@github.com:sovt/spata.git</developerConnection> </scm> <developers> <developer> <id>susuro</id> <name>Robert Marek</name> <url>https://github.com/susuro</url> <email>robert@marek.net</email> </developer> </developers> <properties> <info.versionScheme>semver-spec</info.versionScheme> </properties> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> <version>3.3.6</version> </dependency> <dependency> <groupId>org.typelevel</groupId> <artifactId>cats-effect_3</artifactId> <version>3.6.0</version> </dependency> <dependency> <groupId>co.fs2</groupId> <artifactId>fs2-core_3</artifactId> <version>3.12.0</version> </dependency> <dependency> <groupId>co.fs2</groupId> <artifactId>fs2-io_3</artifactId> <version>3.12.0</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.17</version> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_3</artifactId> <version>3.2.19</version> <scope>test</scope> </dependency> <dependency> <groupId>com.storm-enroute</groupId> <artifactId>scalameter_2.13</artifactId> <version>0.21</version> <scope>test</scope> <exclusions> <exclusion> <groupId>org.scala-lang.modules</groupId> <artifactId>scala-xml_2.13</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>2.0.17</version> <scope>test</scope> </dependency> </dependencies> </project>