is not current version
Last Version 3.4.0

org.apache.marmotta:ldclient-core 3.1.0-incubating

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

Categories

Categories

CLI User Interface
GroupId

GroupId

org.apache.marmotta
ArtifactId

ArtifactId

ldclient-core
Version

Version

3.1.0-incubating
Type

Type

jar

Download ldclient-core 3.1.0-incubating


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