s

sansa-owl-parent_2.12

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.
Patrick Westphal Heba Mohamed
Files download
File Operation
sansa-owl-parent_2.12-0.9.5.pom download
Apache Maven
<dependency>
  <groupId>net.sansa-stack</groupId>
  <artifactId>sansa-owl-parent_2.12</artifactId>
  <version>0.9.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.sansa-stack:sansa-owl-parent_2.12:0.9.5'
Gradle Kotlin
implementation("net.sansa-stack:sansa-owl-parent_2.12:0.9.5")
Scala SBT
libraryDependencies += "net.sansa-stack" % "sansa-owl-parent_2.12" % "0.9.5"
Groovy Grape
@Grapes(
  @Grab(group='net.sansa-stack', module='sansa-owl-parent_2.12', version='0.9.5')
)
Apache Ivy
<dependency org="net.sansa-stack" name="sansa-owl-parent_2.12" rev="0.9.5" />
Leiningen
[net.sansa-stack/sansa-owl-parent_2.12 "0.9.5"]
Apache Buildr
'net.sansa-stack:sansa-owl-parent_2.12:jar:0.9.5'