jar

org.apache.marmotta : marmotta-util-facading

Maven & Gradle

Jun 12, 2018
2 usages

Marmotta Sesame Tools: Facading · Allows using annotated Java interfaces (facades) to access an underlying Sesame repository, similar to JPA.

Table Of Contents

Latest Version

Download org.apache.marmotta : marmotta-util-facading JAR file - Latest Versions:

All Versions

Download org.apache.marmotta : marmotta-util-facading JAR file - All Versions:

Version Vulnerabilities Size Updated
3.4.x
3.3.x
3.2.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-util-facading-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.commons.sesame.facading

├─ org.apache.marmotta.commons.sesame.facading.FacadingFactory.class - [JAR]

org.apache.marmotta.commons.sesame.facading.annotations

├─ org.apache.marmotta.commons.sesame.facading.annotations.RDF.class - [JAR]

├─ org.apache.marmotta.commons.sesame.facading.annotations.RDFContext.class - [JAR]

├─ org.apache.marmotta.commons.sesame.facading.annotations.RDFFilter.class - [JAR]

├─ org.apache.marmotta.commons.sesame.facading.annotations.RDFInverse.class - [JAR]

├─ org.apache.marmotta.commons.sesame.facading.annotations.RDFPropertyBuilder.class - [JAR]

├─ org.apache.marmotta.commons.sesame.facading.annotations.RDFType.class - [JAR]

org.apache.marmotta.commons.sesame.facading.util

├─ org.apache.marmotta.commons.sesame.facading.util.FacadeUtils.class - [JAR]

org.apache.marmotta.commons.sesame.facading.model

├─ org.apache.marmotta.commons.sesame.facading.model.AbstractNamespacePropBuilder.class - [JAR]

├─ org.apache.marmotta.commons.sesame.facading.model.Facade.class - [JAR]

org.apache.marmotta.commons.sesame.facading.impl

├─ org.apache.marmotta.commons.sesame.facading.impl.FacadingImpl.class - [JAR]

├─ org.apache.marmotta.commons.sesame.facading.impl.FacadingInvocationHandler.class - [JAR]

├─ org.apache.marmotta.commons.sesame.facading.impl.FacadingInvocationHelper.class - [JAR]

├─ org.apache.marmotta.commons.sesame.facading.impl.FacadingPredicate.class - [JAR]

org.apache.marmotta.commons.sesame.facading.api

├─ org.apache.marmotta.commons.sesame.facading.api.Facading.class - [JAR]

├─ org.apache.marmotta.commons.sesame.facading.api.FacadingPredicateBuilder.class - [JAR]

Advertisement