is not current version
Last Version 2.6.0

at.newmedialab.ldpath:ldpath-core 0.9.7

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.

GroupId

GroupId

at.newmedialab.ldpath
ArtifactId

ArtifactId

ldpath-core
Version

Version

0.9.7
Type

Type

jar

Download ldpath-core 0.9.7


<!-- https://jarcasting.com/artifacts/at.newmedialab.ldpath/ldpath-core/ -->
<dependency>
    <groupId>at.newmedialab.ldpath</groupId>
    <artifactId>ldpath-core</artifactId>
    <version>0.9.7</version>
</dependency>
// https://jarcasting.com/artifacts/at.newmedialab.ldpath/ldpath-core/
implementation 'at.newmedialab.ldpath:ldpath-core:0.9.7'
// https://jarcasting.com/artifacts/at.newmedialab.ldpath/ldpath-core/
implementation ("at.newmedialab.ldpath:ldpath-core:0.9.7")
'at.newmedialab.ldpath:ldpath-core:jar:0.9.7'
<dependency org="at.newmedialab.ldpath" name="ldpath-core" rev="0.9.7">
  <artifact name="ldpath-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.newmedialab.ldpath', module='ldpath-core', version='0.9.7')
)
libraryDependencies += "at.newmedialab.ldpath" % "ldpath-core" % "0.9.7"
[at.newmedialab.ldpath/ldpath-core "0.9.7"]