arc-xml-plugin_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>ai.tripl</groupId> <artifactId>arc-xml-plugin_2.12</artifactId> <version>1.5.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>ai.tripl</groupId> <artifactId>arc-xml-plugin_2.12</artifactId> <packaging>jar</packaging> <description>arc-xml-plugin</description> <url>https://arc.tripl.ai</url> <version>1.5.0</version> <licenses> <license> <name>MIT</name> <url>https://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <name>arc-xml-plugin</name> <organization> <name>ai.tripl</name> <url>https://arc.tripl.ai</url> </organization> <scm> <url>https://github.com/tripl-ai/arc-xml-plugin</url> <connection>scm:git@github.com:tripl-ai/arc-xml-plugin.git</connection> </scm> <developers> <developer> <id>jbruce</id> <name>John Bruce</name> <url>https://github.com/jbruce</url> <email>john@tripl.ai</email> </developer> <developer> <id>seddonm1</id> <name>Mike Seddon</name> <url>https://github.com/seddonm1</url> <email>mike@tripl.ai</email> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.12.17</version> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.12</artifactId> <version>3.0.7</version> <scope>test</scope> </dependency> <dependency> <groupId>ai.tripl</groupId> <artifactId>arc_2.12</artifactId> <version>3.13.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-sql_2.12</artifactId> <version>3.3.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.databricks</groupId> <artifactId>spark-xml_2.12</artifactId> <version>0.16.0</version> </dependency> </dependencies> </project>