jar

org.apache.marmotta : marmotta-client-java

Maven & Gradle

Jun 12, 2018
1 usages

Apache Marmotta Client Library for Java · A Java Library for accessing a remote Marmotta installation using REST webservice calls.

Table Of Contents

Latest Version

Download org.apache.marmotta : marmotta-client-java JAR file - Latest Versions:

All Versions

Download org.apache.marmotta : marmotta-client-java JAR file - All Versions:

Version Vulnerabilities Size Updated
3.4.x
3.3.x
3.2.x
3.1.x
3.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window marmotta-client-java-3.4.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.marmotta.client.model.content

├─ org.apache.marmotta.client.model.content.ByteContent.class - [JAR]

├─ org.apache.marmotta.client.model.content.Content.class - [JAR]

├─ org.apache.marmotta.client.model.content.StreamContent.class - [JAR]

├─ org.apache.marmotta.client.model.content.StringContent.class - [JAR]

org.apache.marmotta.client.exception

├─ org.apache.marmotta.client.exception.ContentFormatException.class - [JAR]

├─ org.apache.marmotta.client.exception.MarmottaClientException.class - [JAR]

├─ org.apache.marmotta.client.exception.NotFoundException.class - [JAR]

├─ org.apache.marmotta.client.exception.ParseException.class - [JAR]

org.apache.marmotta.client.clients

├─ org.apache.marmotta.client.clients.ConfigurationClient.class - [JAR]

├─ org.apache.marmotta.client.clients.ContextClient.class - [JAR]

├─ org.apache.marmotta.client.clients.ImportClient.class - [JAR]

├─ org.apache.marmotta.client.clients.LDPathClient.class - [JAR]

├─ org.apache.marmotta.client.clients.ResourceClient.class - [JAR]

├─ org.apache.marmotta.client.clients.SPARQLClient.class - [JAR]

org.apache.marmotta.client.model.meta

├─ org.apache.marmotta.client.model.meta.Metadata.class - [JAR]

org.apache.marmotta.client.model.classification

├─ org.apache.marmotta.client.model.classification.Classification.class - [JAR]

org.apache.marmotta.client.model.sparql

├─ org.apache.marmotta.client.model.sparql.SPARQLResult.class - [JAR]

org.apache.marmotta.client

├─ org.apache.marmotta.client.ClientConfiguration.class - [JAR]

├─ org.apache.marmotta.client.MarmottaClient.class - [JAR]

org.apache.marmotta.client.model.rdf

├─ org.apache.marmotta.client.model.rdf.BNode.class - [JAR]

├─ org.apache.marmotta.client.model.rdf.Literal.class - [JAR]

├─ org.apache.marmotta.client.model.rdf.RDFNode.class - [JAR]

├─ org.apache.marmotta.client.model.rdf.URI.class - [JAR]

org.apache.marmotta.client.util

├─ org.apache.marmotta.client.util.CollectionUtils.class - [JAR]

├─ org.apache.marmotta.client.util.HTTPUtil.class - [JAR]

├─ org.apache.marmotta.client.util.MetaUtil.class - [JAR]

├─ org.apache.marmotta.client.util.RDFJSONParser.class - [JAR]

org.apache.marmotta.client.model.config

├─ org.apache.marmotta.client.model.config.Configuration.class - [JAR]

Advertisement