Download ldpath-api-3.3.0.jar file - Jar l

Jar examples for l:ldpath-api

Description

LD Path is a simple path-based query language similar to XPath or SPARQL Property Paths that is particularly well-suited for querying and retrieving resources from the Linked Data Cloud by following RDF links between resources and servers.

You can download jar file ldpath-api 3.3.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add ldpath-api-3.3.0.jar to your project.

<dependency>
   <groupId>org.apache.marmotta</groupId>
   <artifactId>ldpath-api</artifactId>
   <version>3.3.0</version>
</dependency>
compile group: 'org.apache.marmotta', name: 'ldpath-api', version: '3.3.0'
libraryDependencies += "org.apache.marmotta" % "ldpath-api" % "3.3.0"
<dependency org="org.apache.marmotta" name="ldpath-api" rev="3.3.0"/>
@Grapes(@Grab(group='org.apache.marmotta', module='ldpath-api', version='3.3.0'))
'org.apache.marmotta:ldpath-api:jar:3.3.0'

Download

Click the following link to download the jar file.

ldpath-api-3.3.0-sources.jar
ldpath-api-3.3.0.jar
ldpath-api-3.3.0.pom



Related Tutorials