is not current version
Last Version 3.4.0

org.apache.marmotta:marmotta-client-js 3.0.0-incubating

A JavaScript Library for accessing a remote Marmotta installation using REST webservice calls.

Categories

Categories

JavaScript Languages CLI User Interface
GroupId

GroupId

org.apache.marmotta
ArtifactId

ArtifactId

marmotta-client-js
Version

Version

3.0.0-incubating
Type

Type

jar

Download marmotta-client-js 3.0.0-incubating


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