jar

org.dotwebstack.framework : dotwebstack-core

Maven & Gradle

Dec 17, 2021
7 usages
10 stars

DotWebStack Core

Table Of Contents

Latest Version

Download org.dotwebstack.framework : dotwebstack-core JAR file - Latest Versions:

All Versions

Download org.dotwebstack.framework : dotwebstack-core JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x
0.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 dotwebstack-core-0.1.11.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.dotwebstack.framework.param.term

├─ org.dotwebstack.framework.param.term.BooleanTermParameter.class - [JAR]

├─ org.dotwebstack.framework.param.term.IntegerTermParameter.class - [JAR]

├─ org.dotwebstack.framework.param.term.IriTermParameter.class - [JAR]

├─ org.dotwebstack.framework.param.term.StringTermParameter.class - [JAR]

├─ org.dotwebstack.framework.param.term.TermParameter.class - [JAR]

├─ org.dotwebstack.framework.param.term.TermParameterFactory.class - [JAR]

org.dotwebstack.framework.param

├─ org.dotwebstack.framework.param.AbstractParameter.class - [JAR]

├─ org.dotwebstack.framework.param.AbstractParameterDefinition.class - [JAR]

├─ org.dotwebstack.framework.param.BindableParameter.class - [JAR]

├─ org.dotwebstack.framework.param.Parameter.class - [JAR]

├─ org.dotwebstack.framework.param.ParameterDefinition.class - [JAR]

├─ org.dotwebstack.framework.param.ParameterDefinitionFactory.class - [JAR]

├─ org.dotwebstack.framework.param.ParameterDefinitionResourceProvider.class - [JAR]

├─ org.dotwebstack.framework.param.ParameterUtils.class - [JAR]

├─ org.dotwebstack.framework.param.ShaclShape.class - [JAR]

├─ org.dotwebstack.framework.param.TermParameterDefinition.class - [JAR]

├─ org.dotwebstack.framework.param.TermParameterDefinitionFactory.class - [JAR]

org.dotwebstack.framework.config

├─ org.dotwebstack.framework.config.ConfigurationBackend.class - [JAR]

├─ org.dotwebstack.framework.config.ConfigurationException.class - [JAR]

├─ org.dotwebstack.framework.config.FileConfigurationBackend.class - [JAR]

├─ org.dotwebstack.framework.config.FileFormats.class - [JAR]

org.dotwebstack.framework.transaction

├─ org.dotwebstack.framework.transaction.Transaction.class - [JAR]

├─ org.dotwebstack.framework.transaction.TransactionHandler.class - [JAR]

├─ org.dotwebstack.framework.transaction.TransactionHandlerFactory.class - [JAR]

├─ org.dotwebstack.framework.transaction.TransactionResourceProvider.class - [JAR]

org.dotwebstack.framework.transaction.flow.step.persistence

├─ org.dotwebstack.framework.transaction.flow.step.persistence.PersistenceStep.class - [JAR]

├─ org.dotwebstack.framework.transaction.flow.step.persistence.PersistenceStepFactory.class - [JAR]

org.dotwebstack.framework.transaction.flow.step.assertion

├─ org.dotwebstack.framework.transaction.flow.step.assertion.AssertionStep.class - [JAR]

├─ org.dotwebstack.framework.transaction.flow.step.assertion.AssertionStepFactory.class - [JAR]

├─ org.dotwebstack.framework.transaction.flow.step.assertion.AssertionTransactionRepositoryExecutor.class - [JAR]

org.dotwebstack.framework.transaction.flow.step

├─ org.dotwebstack.framework.transaction.flow.step.AbstractStepExecutor.class - [JAR]

├─ org.dotwebstack.framework.transaction.flow.step.Step.class - [JAR]

├─ org.dotwebstack.framework.transaction.flow.step.StepExecutor.class - [JAR]

├─ org.dotwebstack.framework.transaction.flow.step.StepFactory.class - [JAR]

├─ org.dotwebstack.framework.transaction.flow.step.StepFailureException.class - [JAR]

├─ org.dotwebstack.framework.transaction.flow.step.StepResourceProvider.class - [JAR]

org.dotwebstack.framework.transaction.flow.step.update

├─ org.dotwebstack.framework.transaction.flow.step.update.UpdateStep.class - [JAR]

├─ org.dotwebstack.framework.transaction.flow.step.update.UpdateStepFactory.class - [JAR]

├─ org.dotwebstack.framework.transaction.flow.step.update.UpdateTransactionRepositoryExecutor.class - [JAR]

org.dotwebstack.framework

├─ org.dotwebstack.framework.AbstractResourceProvider.class - [JAR]

├─ org.dotwebstack.framework.ApplicationConfiguration.class - [JAR]

├─ org.dotwebstack.framework.ApplicationProperties.class - [JAR]

├─ org.dotwebstack.framework.EnvironmentAwareResource.class - [JAR]

├─ org.dotwebstack.framework.LiteralDataTypes.class - [JAR]

├─ org.dotwebstack.framework.ResourceProvider.class - [JAR]

org.dotwebstack.framework.query.visitor

├─ org.dotwebstack.framework.query.visitor.FederatedQueryVisitor.class - [JAR]

org.dotwebstack.framework.vocabulary

├─ org.dotwebstack.framework.vocabulary.ELMO.class - [JAR]

├─ org.dotwebstack.framework.vocabulary.HTTP.class - [JAR]

├─ org.dotwebstack.framework.vocabulary.R2RML.class - [JAR]

├─ org.dotwebstack.framework.vocabulary.SHACL.class - [JAR]

org.dotwebstack.framework.backend

├─ org.dotwebstack.framework.backend.Backend.class - [JAR]

├─ org.dotwebstack.framework.backend.BackendException.class - [JAR]

├─ org.dotwebstack.framework.backend.BackendFactory.class - [JAR]

├─ org.dotwebstack.framework.backend.BackendResourceProvider.class - [JAR]

├─ org.dotwebstack.framework.backend.ResultType.class - [JAR]

org.dotwebstack.framework.transaction.flow

├─ org.dotwebstack.framework.transaction.flow.AbstractFlowExecutor.class - [JAR]

├─ org.dotwebstack.framework.transaction.flow.Flow.class - [JAR]

├─ org.dotwebstack.framework.transaction.flow.FlowExecutor.class - [JAR]

├─ org.dotwebstack.framework.transaction.flow.FlowFactory.class - [JAR]

├─ org.dotwebstack.framework.transaction.flow.SequentialFlow.class - [JAR]

├─ org.dotwebstack.framework.transaction.flow.SequentialFlowExecutor.class - [JAR]

├─ org.dotwebstack.framework.transaction.flow.SequentialFlowFactory.class - [JAR]

├─ org.dotwebstack.framework.transaction.flow.SequentialFlowResourceProvider.class - [JAR]

org.dotwebstack.framework.validation

├─ org.dotwebstack.framework.validation.RdfModelTransformer.class - [JAR]

├─ org.dotwebstack.framework.validation.ShaclValidationException.class - [JAR]

├─ org.dotwebstack.framework.validation.ShaclValidator.class - [JAR]

├─ org.dotwebstack.framework.validation.ValidationReport.class - [JAR]

├─ org.dotwebstack.framework.validation.Violation.class - [JAR]

org.dotwebstack.framework.informationproduct

├─ org.dotwebstack.framework.informationproduct.AbstractInformationProduct.class - [JAR]

├─ org.dotwebstack.framework.informationproduct.InformationProduct.class - [JAR]

├─ org.dotwebstack.framework.informationproduct.InformationProductResourceProvider.class - [JAR]

org.dotwebstack.framework.query.transformator

├─ org.dotwebstack.framework.query.transformator.QueryTransformator.class - [JAR]

org.dotwebstack.framework.informationproduct.template

├─ org.dotwebstack.framework.informationproduct.template.EscapeStringLiteralMethod.class - [JAR]

├─ org.dotwebstack.framework.informationproduct.template.TemplateException.class - [JAR]

├─ org.dotwebstack.framework.informationproduct.template.TemplateProcessor.class - [JAR]

org.dotwebstack.framework.transaction.flow.step.validation

├─ org.dotwebstack.framework.transaction.flow.step.validation.ValidationStep.class - [JAR]

├─ org.dotwebstack.framework.transaction.flow.step.validation.ValidationStepExecutor.class - [JAR]

├─ org.dotwebstack.framework.transaction.flow.step.validation.ValidationStepFactory.class - [JAR]

org.dotwebstack.framework.rml

├─ org.dotwebstack.framework.rml.RmlMapping.class - [JAR]

├─ org.dotwebstack.framework.rml.RmlMappingResourceProvider.class - [JAR]

Advertisement

Dependencies from Group

Jun 20, 2023
18 usages
12 stars
Jun 20, 2023
10 usages
12 stars
Jun 20, 2023
9 usages
12 stars
Dec 17, 2021
8 usages
10 stars
Dec 17, 2021
7 usages
10 stars

Discover Dependencies

May 17, 2019
2 usages
218 stars
Jun 02, 2021
3 usages
7 stars
Aug 28, 2011
9 usages
70 stars
Jul 28, 2015
8 usages
90 stars
Oct 10, 2017
16 usages
185 stars
Aug 26, 2023
12 usages
4.7k stars
Aug 08, 2012
7 usages
Jun 11, 2019
3 usages
150 stars