Download ldpath-core-3.0.0-incubating.jar file - Jar l

Jar examples for l:ldpath-core

Description

Core Implementation of LD Path 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-core 3.0.0-incubating in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add ldpath-core-3.0.0-incubating.jar to your project.

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

Download

Click the following link to download the jar file.

ldpath-core-3.0.0-incubating-sources.jar
ldpath-core-3.0.0-incubating-tests.jar
ldpath-core-3.0.0-incubating.jar
ldpath-core-3.0.0-incubating.pom



Related Tutorials