xgboost4j-spark-gpu_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>ml.dmlc</groupId> <artifactId>xgboost4j-spark-gpu_2.13</artifactId> <version>3.0.4</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <artifactId>xgboost-jvm_2.13</artifactId> <groupId>ml.dmlc</groupId> <version>3.0.4</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>ml.dmlc</groupId> <artifactId>xgboost4j-spark-gpu_2.13</artifactId> <name>xgboost4j-spark-gpu</name> <version>3.0.4</version> <description>JVM Package for XGBoost</description> <url>https://github.com/dmlc/xgboost/tree/master/jvm-packages</url> <developers> <developer> <name>Bobby Wang</name> <email>wbo4958@gmail.com</email> </developer> <developer> <name>Jiaming Yuan</name> <email>jm.yuan@outlook.com</email> </developer> <developer> <name>Hyunsu Cho</name> <email>chohyu01@cs.washington.edu</email> </developer> <developer> <name>CodingCat</name> <email>codingcat@apache.org</email> </developer> </developers> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <scm> <connection>scm:git:git:/github.com/dmlc/xgboost.git</connection> <developerConnection>scm:git:ssh://github.com/dmlc/xgboost.git</developerConnection> <url>https://github.com/dmlc/xgboost</url> </scm> <build> <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> <skipAssembly>false</skipAssembly> </configuration> </plugin> <plugin> <artifactId>maven-shade-plugin</artifactId> <executions> <execution> <phase>package</phase> <goals> <goal>shade</goal> </goals> </execution> </executions> <configuration> <createDependencyReducedPom>true</createDependencyReducedPom> <useDependencyReducedPomInJar>true</useDependencyReducedPomInJar> <shadedArtifactAttached>false</shadedArtifactAttached> <artifactSet> <includes> <include>ml.dmlc:xgboost4j_${scala.binary.version}</include> <include>ml.dmlc:xgboost4j-spark_${scala.binary.version}</include> </includes> </artifactSet> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-core_2.13</artifactId> <version>3.5.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-sql_2.13</artifactId> <version>3.5.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-mllib_2.13</artifactId> <version>3.5.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.nvidia</groupId> <artifactId>rapids-4-spark_2.13</artifactId> <version>24.10.0</version> <classifier>cuda12</classifier> <scope>provided</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.15.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13.2</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>hamcrest-core</artifactId> <groupId>org.hamcrest</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.esotericsoftware</groupId> <artifactId>kryo</artifactId> <version>5.6.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.3.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.13</artifactId> <version>3.2.19</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>scalatest-core_2.13</artifactId> <groupId>org.scalatest</groupId> </exclusion> <exclusion> <artifactId>scalatest-featurespec_2.13</artifactId> <groupId>org.scalatest</groupId> </exclusion> <exclusion> <artifactId>scalatest-flatspec_2.13</artifactId> <groupId>org.scalatest</groupId> </exclusion> <exclusion> <artifactId>scalatest-freespec_2.13</artifactId> <groupId>org.scalatest</groupId> </exclusion> <exclusion> <artifactId>scalatest-funsuite_2.13</artifactId> <groupId>org.scalatest</groupId> </exclusion> <exclusion> <artifactId>scalatest-funspec_2.13</artifactId> <groupId>org.scalatest</groupId> </exclusion> <exclusion> <artifactId>scalatest-propspec_2.13</artifactId> <groupId>org.scalatest</groupId> </exclusion> <exclusion> <artifactId>scalatest-refspec_2.13</artifactId> <groupId>org.scalatest</groupId> </exclusion> <exclusion> <artifactId>scalatest-wordspec_2.13</artifactId> <groupId>org.scalatest</groupId> </exclusion> <exclusion> <artifactId>scalatest-diagrams_2.13</artifactId> <groupId>org.scalatest</groupId> </exclusion> <exclusion> <artifactId>scalatest-matchers-core_2.13</artifactId> <groupId>org.scalatest</groupId> </exclusion> <exclusion> <artifactId>scalatest-shouldmatchers_2.13</artifactId> <groupId>org.scalatest</groupId> </exclusion> <exclusion> <artifactId>scalatest-mustmatchers_2.13</artifactId> <groupId>org.scalatest</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.scalactic</groupId> <artifactId>scalactic_2.13</artifactId> <version>3.2.19</version> <scope>test</scope> </dependency> </dependencies> </project>