Download ldpath-core-3.3.0.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.3.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

ldpath-core-3.3.0-sources.jar
ldpath-core-3.3.0-tests.jar
ldpath-core-3.3.0.jar
ldpath-core-3.3.0.pom



Related Tutorials