Download activiti-simple-workflow-5.16.3.jar file

Introduction

You can download activiti-simple-workflow-5.16.3.jar in this page.

License

Apache Open Source

Type List

activiti-simple-workflow-5.16.3.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.activiti/activiti-simple-workflow/pom.properties
META-INF/maven/org.activiti/activiti-simple-workflow/pom.xml
feedback-step.png
org.activiti.workflow.simple.converter.ConversionConstants.class
org.activiti.workflow.simple.converter.WorkflowDefinitionConversion.class
org.activiti.workflow.simple.converter.WorkflowDefinitionConversionFactory.class
org.activiti.workflow.simple.converter.json.SimpleWorkflowJsonConverter.class
org.activiti.workflow.simple.converter.listener.DefaultWorkflowDefinitionConversionListener.class
org.activiti.workflow.simple.converter.listener.WorkflowDefinitionConversionListener.class
org.activiti.workflow.simple.converter.step.BaseStepDefinitionConverter.class
org.activiti.workflow.simple.converter.step.ChoiceStepsDefinitionConverter.class
org.activiti.workflow.simple.converter.step.DefaultFormPropertyTypes.class
org.activiti.workflow.simple.converter.step.DelayStepDefinitionConverter.class
org.activiti.workflow.simple.converter.step.FeedbackStepDefinitionConverter.class
org.activiti.workflow.simple.converter.step.HumanStepDefinitionConverter.class
org.activiti.workflow.simple.converter.step.ParallelStepsDefinitionConverter.class
org.activiti.workflow.simple.converter.step.ScriptStepDefinitionConverter.class
org.activiti.workflow.simple.converter.step.StepDefinitionConverter.class
org.activiti.workflow.simple.definition.AbstractConditionStepListContainer.class
org.activiti.workflow.simple.definition.AbstractNamedStepDefinition.class
org.activiti.workflow.simple.definition.AbstractStepDefinitionContainer.class
org.activiti.workflow.simple.definition.AbstractStepListContainer.class
org.activiti.workflow.simple.definition.ChoiceStepsDefinition.class
org.activiti.workflow.simple.definition.ConditionDefinition.class
org.activiti.workflow.simple.definition.ConditionStepListContainer.class
org.activiti.workflow.simple.definition.DelayStepDefinition.class
org.activiti.workflow.simple.definition.FeedbackStepDefinition.class
org.activiti.workflow.simple.definition.FormStepDefinition.class
org.activiti.workflow.simple.definition.HumanStepAssignment.class
org.activiti.workflow.simple.definition.HumanStepDefinition.class
org.activiti.workflow.simple.definition.ListConditionStepDefinition.class
org.activiti.workflow.simple.definition.ListStepDefinition.class
org.activiti.workflow.simple.definition.NamedStepDefinition.class
org.activiti.workflow.simple.definition.ParallelStepsDefinition.class
org.activiti.workflow.simple.definition.ScriptStepDefinition.class
org.activiti.workflow.simple.definition.StepDefinition.class
org.activiti.workflow.simple.definition.StepDefinitionContainer.class
org.activiti.workflow.simple.definition.StepListContainer.class
org.activiti.workflow.simple.definition.TimeDurationDefinition.class
org.activiti.workflow.simple.definition.WorkflowDefinition.class
org.activiti.workflow.simple.definition.form.BooleanPropertyDefinition.class
org.activiti.workflow.simple.definition.form.DatePropertyDefinition.class
org.activiti.workflow.simple.definition.form.FormDefinition.class
org.activiti.workflow.simple.definition.form.FormPropertyDefinition.class
org.activiti.workflow.simple.definition.form.FormPropertyDefinitionContainer.class
org.activiti.workflow.simple.definition.form.FormPropertyGroup.class
org.activiti.workflow.simple.definition.form.ListPropertyDefinition.class
org.activiti.workflow.simple.definition.form.ListPropertyEntry.class
org.activiti.workflow.simple.definition.form.NumberPropertyDefinition.class
org.activiti.workflow.simple.definition.form.ReferencePropertyDefinition.class
org.activiti.workflow.simple.definition.form.TextPropertyDefinition.class
org.activiti.workflow.simple.exception.SimpleWorkflowException.class
org.activiti.workflow.simple.util.BpmnModelUtil.class
org.activiti.workflow.simple.util.JvmUtil.class

Pom

activiti-simple-workflow-5.16.3.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

  <modelVersion>4.0.0</modelVersion>

  <name>Activiti - Simple Workflow</name>
  <artifactId>activiti-simple-workflow</artifactId>

  <parent>
    <groupId>org.activiti</groupId>
    <artifactId>activiti-root</artifactId>
    <relativePath>../..</relativePath>
    <version>5.16.3</version>
  </parent>

  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <activiti.artifact>
      org.activiti.simple.workflow
    </activiti.artifact>
    <activiti.osgi.export.additional>
      org.activiti.workflow*
    </activiti.osgi.export.additional>
  </properties>

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>1.6</source>
          <target>1.6</target>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-jar-plugin</artifactId>
        <configuration>
          <archive>
            <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
          </archive>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
        <executions>
          <execution>
            <phase>generate-sources</phase>
            <goals>
              <goal>cleanVersions</goal>
            </goals>
          </execution>
          <execution>
            <id>bundle-manifest</id>
            <phase>process-classes</phase>
            <goals>
              <goal>manifest</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
    <pluginManagement>
      <plugins>
        <!--This plugin's configuration is used to store Eclipse m2e settings 
          only. It has no influence on the Maven build itself. -->
        <plugin>
          <groupId>org.eclipse.m2e</groupId>
          <artifactId>lifecycle-mapping</artifactId>
          <version>1.0.0</version>
          <configuration>
            <lifecycleMappingMetadata>
              <pluginExecutions>
                <pluginExecution>
                  <pluginExecutionFilter>
                    <groupId>org.apache.felix</groupId>
                    <artifactId>
                      maven-bundle-plugin
                    </artifactId>
                    <versionRange>
                      [2.1.0,)
                    </versionRange>
                    <goals>
                      <goal>cleanVersions</goal>
                      <goal>manifest</goal>
                    </goals>
                  </pluginExecutionFilter>
                  <action>
                    <ignore></ignore>
                  </action>
                </pluginExecution>
              </pluginExecutions>
            </lifecycleMappingMetadata>
          </configuration>
        </plugin>
      </plugins>
    </pluginManagement>
  </build>

  <dependencies>
    <!-- BPMN model conversion -->
    <dependency>
      <groupId>org.activiti</groupId>
      <artifactId>activiti-bpmn-model</artifactId>
    </dependency>
    <dependency>
      <groupId>org.activiti</groupId>
      <artifactId>activiti-bpmn-converter</artifactId>
    </dependency>
    <dependency>
      <groupId>org.activiti</groupId>
      <artifactId>activiti-bpmn-layout</artifactId>
    </dependency>
    <!-- Json parsing -->
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-core</artifactId>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-annotations</artifactId>
    </dependency>
    <!-- Logging -->
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>jcl-over-slf4j</artifactId>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-log4j12</artifactId>
      <scope>test</scope>
    </dependency>
    <!-- Testing -->
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.activiti</groupId>
      <artifactId>activiti-engine</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.h2database</groupId>
      <artifactId>h2</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>

  <profiles>
    <profile>
      <id>distro</id>
      <build>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-source-plugin</artifactId>
            <version>2.1.1</version>
            <executions>
              <execution>
                <id>attach-sources</id>
                <phase>package</phase>
                <goals>
                  <goal>jar-no-fork</goal>
                </goals>
              </execution>
            </executions>
          </plugin>
        </plugins>
      </build>
    </profile>
  </profiles>
</project>

POM Entry

<dependency>
   <groupId>org.activiti</groupId>
   <artifactId>activiti-simple-workflow</artifactId>
   <version>5.16.3</version>
</dependency>

Download

If you think the following activiti-simple-workflow-5.16.3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download activiti-simple-workflow-5.16.3.jar file




PreviousNext

Related