MVN

net.sansa-stack : sansa-owl-parent

Maven & Gradle

Apr 26, 2017
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</artifactId>
    <version>0.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.1.0

All Versions

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

Version Vulnerabilities Updated
0.1.x
sansa-owl-parent-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.sansa-stack</groupId>
    <artifactId>sansa-owl-parent</artifactId>
    <version>0.1.0</version>
</dependency>

Advertisement