MVN

net.sansa-stack : sansa-owl-parent_2.11

Maven & Gradle

Jan 15, 2020
25 stars

OWL - Parent · SANSA OWL is a library to read OWL files into Spark or Flink. It allows files to reside in HDFS as well as in a local file system and distributes them across Spark RDDs/Datasets or Flink DataSets.

<dependency>
    <groupId>net.sansa-stack</groupId>
    <artifactId>sansa-owl-parent_2.11</artifactId>
    <version>0.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sansa-stack : sansa-owl-parent_2.11 to add to Maven - Latest Versions:

  • Latest Stable: 0.7.1

All Versions

Choose a version of net.sansa-stack : sansa-owl-parent_2.11 to add to Maven - All Versions:

Version Vulnerabilities Updated
0.7.x
sansa-owl-parent_2.11-0.7.1
0.6.x
sansa-owl-parent_2.11-0.6.0
0.4.x
sansa-owl-parent_2.11-0.4.2
sansa-owl-parent_2.11-0.4.1
sansa-owl-parent_2.11-0.4.0
0.3.x
sansa-owl-parent_2.11-0.3.0
0.2.x
sansa-owl-parent_2.11-0.2.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.sansa-stack</groupId>
    <artifactId>sansa-owl-parent_2.11</artifactId>
    <version>0.7.1</version>
</dependency>

Advertisement