MVN

org.apache.clerezza : rdf.scala.utils

Maven & Gradle

May 20, 2015
17 usages

Clerezza - RDF Scala Utilities · OSGi bundle providing utilities for accessing Clerezza RDF Commons Graphs with Scala. Adding import "org.apache.clerezza.rdf.scala.utils.Preamble._" will allow to use "node/-FOAF.knows/FOAF.name!" with a GraphNode node as shortcut for node.getSubject(FOAF.knows).getObject(FOAF.name).getNode(). To access multiple property values the position can be indicated using the %-operator, e.g. "node/-FOAF.knows%2/FOAF.name%0!", see the ScalaDocs for RichGraphNode for all operations

<dependency>
    <groupId>org.apache.clerezza</groupId>
    <artifactId>rdf.scala.utils</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.clerezza : rdf.scala.utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of org.apache.clerezza : rdf.scala.utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
rdf.scala.utils-1.0.0
0.4
rdf.scala.utils-0.4
0.3
rdf.scala.utils-0.3-incubating

How to add a dependency to Maven

Add the following org.apache.clerezza : rdf.scala.utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.clerezza</groupId>
    <artifactId>rdf.scala.utils</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.clerezza : rdf.scala.utils gradle dependency to your build.gradle file:

implementation 'org.apache.clerezza:rdf.scala.utils:1.0.0'

Gradle Kotlin DSL: Add the following org.apache.clerezza : rdf.scala.utils gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.clerezza:rdf.scala.utils:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.clerezza : rdf.scala.utils sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.clerezza" % "rdf.scala.utils" % "1.0.0"

Advertisement

Dependencies from Group

Apr 23, 2016
199 usages
May 20, 2015
73 usages
May 20, 2015
60 usages
Apr 23, 2016
51 usages
Apr 23, 2016
38 usages

Discover Dependencies

Apr 23, 2016
17 usages
May 20, 2015
17 usages
Apr 26, 2023
9 usages
4.6k stars
Nov 23, 2016
12 usages
58.8k stars
Feb 26, 2023
14 usages
Feb 26, 2023
15 usages
Apr 05, 2016
22 usages
764 stars
Aug 22, 2017
10 usages
542 stars
Jun 02, 2015
9 usages
368 stars