| Categories | CategoriesJavaScript Languages CLI User Interface | 
|---|---|
| GroupId | GroupIdorg.apache.marmotta | 
| ArtifactId | ArtifactIdmarmotta-client-js | 
| Version | Version3.0.0-incubating | 
| Type | Typejar | 
<!-- 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"]