Download ldclient-core-3.4.0.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.4.0 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials