promethium-scala_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.olaflaitinen</groupId>
<artifactId>promethium-scala_2.13</artifactId>
<version>1.0.4</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>io.github.olaflaitinen</groupId>
<artifactId>promethium-scala_2.13</artifactId>
<packaging>jar</packaging>
<description>Promethium: Advanced Seismic Data Recovery and Reconstruction Framework for Scala/JVM</description>
<url>https://github.com/olaflaitinen/Promethium</url>
<version>1.0.4</version>
<licenses>
<license>
<name>CC BY-NC 4.0</name>
<url>https://creativecommons.org/licenses/by-nc/4.0/</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>promethium-scala</name>
<organization>
<name>io.github.olaflaitinen</name>
<url>https://github.com/olaflaitinen/Promethium</url>
</organization>
<scm>
<url>https://github.com/olaflaitinen/Promethium</url>
<connection>scm:git:https://github.com/olaflaitinen/Promethium.git</connection>
</scm>
<developers>
<developer>
<id>olaflaitinen</id>
<name>Olaf Laitinen</name>
<url>https://github.com/olaflaitinen</url>
<email>olaf.laitinen@gmail.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.14</version>
</dependency>
<dependency>
<groupId>org.scalanlp</groupId>
<artifactId>breeze_2.13</artifactId>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>org.scalanlp</groupId>
<artifactId>breeze-viz_2.13</artifactId>
<version>2.1.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.typesafe</groupId>
<artifactId>config</artifactId>
<version>1.4.3</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.9</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.14</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.circe</groupId>
<artifactId>circe-core_2.13</artifactId>
<version>0.14.6</version>
</dependency>
<dependency>
<groupId>io.circe</groupId>
<artifactId>circe-generic_2.13</artifactId>
<version>0.14.6</version>
</dependency>
<dependency>
<groupId>io.circe</groupId>
<artifactId>circe-parser_2.13</artifactId>
<version>0.14.6</version>
</dependency>
<dependency>
<groupId>org.deeplearning4j</groupId>
<artifactId>deeplearning4j-core</artifactId>
<version>1.0.0-M2.1</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.nd4j</groupId>
<artifactId>nd4j-native-platform</artifactId>
<version>1.0.0-M2.1</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.13</artifactId>
<version>3.2.17</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>scalacheck-1-17_2.13</artifactId>
<version>3.2.17.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>