License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sansa-stack |
ArtifactId | ArtifactIdsansa-owl-parent |
Version | Version0.1.0 |
Type | Typepom |
Description |
DescriptionOWL - 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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sansa-owl-parent-0.1.0.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sansa-stack/sansa-owl-parent/ -->
<dependency>
<groupId>net.sansa-stack</groupId>
<artifactId>sansa-owl-parent</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sansa-stack/sansa-owl-parent/
implementation 'net.sansa-stack:sansa-owl-parent:0.1.0'
// https://jarcasting.com/artifacts/net.sansa-stack/sansa-owl-parent/
implementation ("net.sansa-stack:sansa-owl-parent:0.1.0")
'net.sansa-stack:sansa-owl-parent:pom:0.1.0'
<dependency org="net.sansa-stack" name="sansa-owl-parent" rev="0.1.0">
<artifact name="sansa-owl-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sansa-stack', module='sansa-owl-parent', version='0.1.0')
)
libraryDependencies += "net.sansa-stack" % "sansa-owl-parent" % "0.1.0"
[net.sansa-stack/sansa-owl-parent "0.1.0"]