Download ldclient-core-3.0.1.jar file - Jar l

Jar examples for l:ldclient-core

Description

Linked Data Client Core Library, provides the basic resource access functionality, including HTTP connection handing and content negotiation support.

You can download jar file ldclient-core 3.0.1 in this page.

License

Apache License

Build File

You can use the following script to add ldclient-core-3.0.1.jar to your project.

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

Download

Click the following link to download the jar file.

ldclient-core-3.0.1-sources.jar
ldclient-core-3.0.1-tests.jar
ldclient-core-3.0.1.jar
ldclient-core-3.0.1.pom



Related Tutorials