stream-reader-mzxml_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.p2m2</groupId>
<artifactId>stream-reader-mzxml_2.13</artifactId>
<version>0.0.3.b</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.github.p2m2</groupId>
<artifactId>stream-reader-mzxml_2.13</artifactId>
<packaging>jar</packaging>
<description>stream-reader-mzxml</description>
<url>https://github.com/p2m2/stream-reader-mzxml</url>
<version>0.0.3.b</version>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>stream-reader-mzxml</name>
<organization>
<name>com.github.p2m2</name>
<url>https://github.com/p2m2/stream-reader-mzxml</url>
</organization>
<scm>
<url>https://github.com/p2m2/stream-reader-mzxml</url>
<connection>scm:git@github.com:p2m2/stream-reader-mzxml.git</connection>
</scm>
<developers>
<developer>
<id>ofilangi</id>
<name>Olivier Filangi</name>
<url>https://github.com/ofilangi</url>
<email>olivier.filangi@inrae.fr</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.12</version>
</dependency>
<dependency>
<groupId>com.github.scopt</groupId>
<artifactId>scopt_2.13</artifactId>
<version>4.1.0</version>
</dependency>
<dependency>
<groupId>com.lucidchart</groupId>
<artifactId>xtract_2.13</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>co.fs2</groupId>
<artifactId>fs2-core_2.13</artifactId>
<version>3.9.2</version>
</dependency>
<dependency>
<groupId>co.fs2</groupId>
<artifactId>fs2-io_2.13</artifactId>
<version>3.9.2</version>
</dependency>
<dependency>
<groupId>org.gnieh</groupId>
<artifactId>fs2-data-xml_2.13</artifactId>
<version>1.8.0</version>
</dependency>
<dependency>
<groupId>com.github.marklister</groupId>
<artifactId>base64_2.13</artifactId>
<version>0.3.0</version>
</dependency>
<dependency>
<groupId>com.github.nscala-time</groupId>
<artifactId>nscala-time_2.13</artifactId>
<version>2.32.0</version>
</dependency>
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-parallel-collections_2.13</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-effect-testing-utest_2.13</artifactId>
<version>1.5.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.lihaoyi</groupId>
<artifactId>utest_2.13</artifactId>
<version>0.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>