is not current version
Last Version 3.4.0

org.apache.marmotta:ldclient-provider-xml 3.0.1

Provides base functionality for all Linked Data resources offering data in various XML formats. Specific data providers / parsers can derive from these base classes.

Categories

Categories

IDE Development Tools CLI User Interface
GroupId

GroupId

org.apache.marmotta
ArtifactId

ArtifactId

ldclient-provider-xml
Version

Version

3.0.1
Type

Type

jar

Download ldclient-provider-xml 3.0.1


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