jar

org.datarocks : banzai

Maven & Gradle

Jan 18, 2023
1 stars

banzai · The banzai library is a transform-process-transform pipeline.

Table Of Contents

Latest Version

Download org.datarocks : banzai JAR file - Latest Versions:

All Versions

Download org.datarocks : banzai JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.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 banzai-1.3.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.datarocks.banzai.pipeline.exception

├─ org.datarocks.banzai.pipeline.exception.HeadTransformerRequiredException.class - [JAR]

├─ org.datarocks.banzai.pipeline.exception.TailsTransformerRequiredException.class - [JAR]

org.datarocks.banzai.event

├─ org.datarocks.banzai.event.AbstractProcessorEvent.class - [JAR]

├─ org.datarocks.banzai.event.ProcessorEvent.class - [JAR]

├─ org.datarocks.banzai.event.ProcessorEventListener.class - [JAR]

org.datarocks.banzai.pipeline

├─ org.datarocks.banzai.pipeline.PipeLine.class - [JAR]

org.datarocks.banzai.processor

├─ org.datarocks.banzai.processor.AbstractProcessor.class - [JAR]

├─ org.datarocks.banzai.processor.AbstractSingleItemProcessor.class - [JAR]

├─ org.datarocks.banzai.processor.AbstractSplitProcessor.class - [JAR]

├─ org.datarocks.banzai.processor.PassTroughProcessor.class - [JAR]

org.datarocks.banzai.exception

├─ org.datarocks.banzai.exception.HandlerConfigurationMissingException.class - [JAR]

├─ org.datarocks.banzai.exception.RequiredParameterMissing.class - [JAR]

org.datarocks.banzai.pipeline.model

├─ org.datarocks.banzai.pipeline.model.PipeLineStepDescriptor.class - [JAR]

├─ org.datarocks.banzai.pipeline.model.PipelineDescriptor.class - [JAR]

org.datarocks.banzai.examples.bibjsonpipe

├─ org.datarocks.banzai.examples.bibjsonpipe.Author.class - [JAR]

├─ org.datarocks.banzai.examples.bibjsonpipe.BibJsonPipeline.class - [JAR]

├─ org.datarocks.banzai.examples.bibjsonpipe.BibJsonToBibliographyTransformer.class - [JAR]

├─ org.datarocks.banzai.examples.bibjsonpipe.Bibliography.class - [JAR]

├─ org.datarocks.banzai.examples.bibjsonpipe.BibliographyCapitalizeProcessor.class - [JAR]

├─ org.datarocks.banzai.examples.bibjsonpipe.BibliographyToBibJsonTransformer.class - [JAR]

├─ org.datarocks.banzai.examples.bibjsonpipe.Identifier.class - [JAR]

├─ org.datarocks.banzai.examples.bibjsonpipe.Journal.class - [JAR]

├─ org.datarocks.banzai.examples.bibjsonpipe.Link.class - [JAR]

org.datarocks.banzai.transformer

├─ org.datarocks.banzai.transformer.AbstractTransformer.class - [JAR]

├─ org.datarocks.banzai.transformer.PassTroughTransformer.class - [JAR]

org.datarocks.banzai.configuration

├─ org.datarocks.banzai.configuration.HandlerConfiguration.class - [JAR]

Advertisement