arc-graph-pipeline-plugin_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>ai.tripl</groupId> <artifactId>arc-graph-pipeline-plugin_2.12</artifactId> <version>1.2.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-graph-pipeline-plugin_2.12</artifactId> <packaging>jar</packaging> <description>arc-graph-pipeline-plugin</description> <url>https://arc.tripl.ai</url> <version>1.2.0</version> <licenses> <license> <name>MIT</name> <url>https://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <name>arc-graph-pipeline-plugin</name> <organization> <name>ai.tripl</name> <url>https://arc.tripl.ai</url> </organization> <scm> <url>https://github.com/tripl-ai/arc-graph-pipeline-plugin</url> <connection>scm:git@github.com:tripl-ai/arc-graph-pipeline-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.10</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>2.10.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.typesafe</groupId> <artifactId>config</artifactId> <version>1.3.1</version> </dependency> <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-sql_2.12</artifactId> <version>2.4.5</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.opencypher</groupId> <artifactId>morpheus-spark-cypher</artifactId> <version>0.4.2</version> </dependency> </dependencies> </project>