ltrlib_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.metarank</groupId>
<artifactId>ltrlib_2.13</artifactId>
<version>0.2.6</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.metarank</groupId>
<artifactId>ltrlib_2.13</artifactId>
<packaging>jar</packaging>
<description>ltrlib</description>
<url>https://github.com/metarank/ltrlib</url>
<version>0.2.6</version>
<licenses>
<license>
<name>APL2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>ltrlib</name>
<organization>
<name>io.github.metarank</name>
<url>https://github.com/metarank/ltrlib</url>
</organization>
<scm>
<url>https://github.com/metarank/ltrlib</url>
<connection>scm:git@github.com:metarank/ltrlib.git</connection>
</scm>
<developers>
<developer>
<id>romangrebennikov</id>
<name>Roman Grebennikov</name>
<url>https://dfdx.me/</url>
<email>grv@dfdx.me</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.14</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.13</artifactId>
<version>3.2.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest-propspec_2.13</artifactId>
<version>3.2.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalactic</groupId>
<artifactId>scalactic_2.13</artifactId>
<version>3.2.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>scalacheck-1-16_2.13</artifactId>
<version>3.2.14.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.pathikrit</groupId>
<artifactId>better-files_2.13</artifactId>
<version>3.9.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.13</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.13</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
<version>3.6.1</version>
</dependency>
<dependency>
<groupId>io.github.metarank</groupId>
<artifactId>cfor_2.13</artifactId>
<version>0.3</version>
</dependency>
<dependency>
<groupId>io.github.metarank</groupId>
<artifactId>lightgbm4j</artifactId>
<version>4.4.0-1</version>
</dependency>
<dependency>
<groupId>io.github.metarank</groupId>
<artifactId>xgboost-java</artifactId>
<version>2.0.2-1</version>
</dependency>
<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>5.9</version>
</dependency>
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-collection-compat_2.13</artifactId>
<version>2.12.0</version>
</dependency>
<dependency>
<groupId>io.github.metarank</groupId>
<artifactId>catboost-train-java</artifactId>
<version>1.2.2-1</version>
</dependency>
<dependency>
<groupId>ai.catboost</groupId>
<artifactId>catboost-prediction</artifactId>
<version>1.2.5</version>
</dependency>
<dependency>
<groupId>it.unimi.dsi</groupId>
<artifactId>fastutil</artifactId>
<version>8.5.13</version>
</dependency>
</dependencies>
</project>