Download ldpath-api-0.9.12.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 0.9.12 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

ldpath-api-0.9.12-javadoc.jar
ldpath-api-0.9.12-sources.jar
ldpath-api-0.9.12.jar
ldpath-api-0.9.12.pom



Related Tutorials