You can download jbpm-bpmn2-5.2.5.final.jar in this page.
Open Source
jbpm-bpmn2-5.2.5.final.jar file has the following types.
META-INF/BPMN20.xsd META-INF/BPMN2SemanticModule.conf META-INF/BPMNDI.xsd META-INF/BPMNWorkDefinitions.conf META-INF/DC.xsd META-INF/DI.xsd META-INF/DiagramDefinition.xsd META-INF/DiagramInterchange.xsd META-INF/MANIFEST.MF META-INF/Semantic.xsd META-INF/maven/org.jbpm/jbpm-bpmn2/pom.properties META-INF/maven/org.jbpm/jbpm-bpmn2/pom.xml org.jbpm.bpmn2.BPMN2ProcessProviderImpl.class org.jbpm.bpmn2.core.Association.class org.jbpm.bpmn2.core.DataStore.class org.jbpm.bpmn2.core.Definitions.class org.jbpm.bpmn2.core.Error.class org.jbpm.bpmn2.core.Escalation.class org.jbpm.bpmn2.core.Interface.class org.jbpm.bpmn2.core.IntermediateLink.class org.jbpm.bpmn2.core.ItemDefinition.class org.jbpm.bpmn2.core.Lane.class org.jbpm.bpmn2.core.Message.class org.jbpm.bpmn2.core.SequenceFlow.class org.jbpm.bpmn2.handler.ReceiveTaskHandler.class org.jbpm.bpmn2.handler.SendTaskHandler.class org.jbpm.bpmn2.handler.ServiceTaskHandler.class org.jbpm.bpmn2.xml.AbstractNodeHandler.class org.jbpm.bpmn2.xml.ActionNodeHandler.class org.jbpm.bpmn2.xml.AdHocSubProcessHandler.class org.jbpm.bpmn2.xml.AssociationHandler.class org.jbpm.bpmn2.xml.BPMNDISemanticModule.class org.jbpm.bpmn2.xml.BPMNExtensionsSemanticModule.class org.jbpm.bpmn2.xml.BPMNSemanticModule.class org.jbpm.bpmn2.xml.BoundaryEventHandler.class org.jbpm.bpmn2.xml.BusinessRuleTaskHandler.class org.jbpm.bpmn2.xml.CallActivityHandler.class org.jbpm.bpmn2.xml.CatchLinkNodeHandler.class org.jbpm.bpmn2.xml.ComplexGatewayHandler.class org.jbpm.bpmn2.xml.CompositeContextNodeHandler.class org.jbpm.bpmn2.xml.DataObjectHandler.class org.jbpm.bpmn2.xml.DataStoreHandler.class org.jbpm.bpmn2.xml.DefinitionsHandler.class org.jbpm.bpmn2.xml.EndEventHandler.class org.jbpm.bpmn2.xml.EndNodeHandler.class org.jbpm.bpmn2.xml.ErrorHandler.class org.jbpm.bpmn2.xml.EscalationHandler.class org.jbpm.bpmn2.xml.EventBasedGatewayHandler.class org.jbpm.bpmn2.xml.EventNodeHandler.class org.jbpm.bpmn2.xml.ExclusiveGatewayHandler.class org.jbpm.bpmn2.xml.FaultNodeHandler.class org.jbpm.bpmn2.xml.ForEachNodeHandler.class org.jbpm.bpmn2.xml.GlobalHandler.class org.jbpm.bpmn2.xml.ImportHandler.class org.jbpm.bpmn2.xml.InMessageRefHandler.class org.jbpm.bpmn2.xml.InclusiveGatewayHandler.class org.jbpm.bpmn2.xml.InterfaceHandler.class org.jbpm.bpmn2.xml.IntermediateCatchEventHandler.class org.jbpm.bpmn2.xml.IntermediateThrowEventHandler.class org.jbpm.bpmn2.xml.ItemDefinitionHandler.class org.jbpm.bpmn2.xml.JoinHandler.class org.jbpm.bpmn2.xml.LaneHandler.class org.jbpm.bpmn2.xml.ManualTaskHandler.class org.jbpm.bpmn2.xml.MessageHandler.class org.jbpm.bpmn2.xml.OperationHandler.class org.jbpm.bpmn2.xml.ParallelGatewayHandler.class org.jbpm.bpmn2.xml.ProcessHandler.class org.jbpm.bpmn2.xml.PropertyHandler.class org.jbpm.bpmn2.xml.ReceiveTaskHandler.class org.jbpm.bpmn2.xml.ScriptTaskHandler.class org.jbpm.bpmn2.xml.SendTaskHandler.class org.jbpm.bpmn2.xml.SequenceFlowHandler.class org.jbpm.bpmn2.xml.ServiceTaskHandler.class org.jbpm.bpmn2.xml.SplitHandler.class org.jbpm.bpmn2.xml.StartEventHandler.class org.jbpm.bpmn2.xml.StateNodeHandler.class org.jbpm.bpmn2.xml.SubProcessHandler.class org.jbpm.bpmn2.xml.TaskHandler.class org.jbpm.bpmn2.xml.ThrowLinkNodeHandler.class org.jbpm.bpmn2.xml.TimerNodeHandler.class org.jbpm.bpmn2.xml.TransactionHandler.class org.jbpm.bpmn2.xml.UserTaskHandler.class org.jbpm.bpmn2.xml.WorkItemNodeHandler.class org.jbpm.bpmn2.xml.XmlBPMNProcessDumper.class org.jbpm.bpmn2.xml.di.BPMNEdgeHandler.class org.jbpm.bpmn2.xml.di.BPMNPlaneHandler.class org.jbpm.bpmn2.xml.di.BPMNShapeHandler.class org.jbpm.bpmn2.xpath.XPATHActionBuilder.class org.jbpm.bpmn2.xpath.XPATHAssignmentAction.class org.jbpm.bpmn2.xpath.XPATHAssignmentBuilder.class org.jbpm.bpmn2.xpath.XPATHExpressionModifier.class org.jbpm.bpmn2.xpath.XPATHProcessDialect.class org.jbpm.bpmn2.xpath.XPATHReturnValueEvaluatorBuilder.class org.jbpm.osgi.bpmn2.Activator.class
jbpm-bpmn2-5.2.5.final.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <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> <parent> <groupId>org.jbpm</groupId> <artifactId>jbpm</artifactId> <version>5.2.5.Final</version> </parent> <artifactId>jbpm-bpmn2</artifactId> <name>jBPM :: BPMN2</name> <description>jBPM BPMN2</description> <dependencies> <dependency> <groupId>org.jbpm</groupId> <artifactId>jbpm-flow-builder</artifactId> </dependency> <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.osgi.core</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.osgi.compendium</artifactId> <scope>provided</scope> </dependency> <!-- Test --> <dependency> <groupId>org.jbpm</groupId> <artifactId>jbpm-persistence-jpa</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.drools</groupId> <artifactId>drools-persistence-jpa</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.jbpm</groupId> <artifactId>jbpm-bam</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.hibernate.javax.persistence</groupId> <artifactId>hibernate-jpa-2.0-api</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>javax.transaction</groupId> <artifactId>jta</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-entitymanager</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.codehaus.btm</groupId> <artifactId>btm</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.javassist</groupId> <artifactId>javassist</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>xmlunit</groupId> <artifactId>xmlunit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <testResources> <testResource> <directory>src/test/resources</directory> <filtering>false</filtering> </testResource> <testResource> <directory>src/test/filtered-resources</directory> <filtering>true</filtering> </testResource> </testResources> <plugins> <plugin> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <manifestFile>META-INF/MANIFEST.MF</manifestFile> </archive> </configuration> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> <executions> <execution> <id>manifest</id> <phase>process-classes</phase> <goals> <goal>manifest</goal> </goals> </execution> </executions> <configuration> <manifestLocation>META-INF</manifestLocation> <instructions> <Bundle-SymbolicName>org.jbpm.bpmn2;singleton:=true</Bundle-SymbolicName> <_removeheaders>Ignore-Package</_removeheaders> <Require-Bundle>org.jbpm.flow.builder;bundle-version="${jbpm.osgi.version}"</Require-Bundle> <Import-Package>!org.jbpm.*, !org.drools.*, *</Import-Package> <Export-Package>org.jbpm.*</Export-Package> <DynamicImport-Package>*</DynamicImport-Package> <Bundle-Activator>org.jbpm.osgi.bpmn2.Activator</Bundle-Activator> </instructions> </configuration> </plugin> <plugin> <!-- ensure that db files are deleted before _any_ run otherwise we get tests failing because of leftover db's --> <artifactId>maven-clean-plugin</artifactId> <version>2.4.1</version> <configuration> <filesets> <fileset> <directory>${basedir}</directory> <includes> <include>btm*</include> <include>JPADroolsFlow.*.db</include> </includes> </fileset> </filesets> </configuration> </plugin> </plugins> </build> <profiles> <profile> <id>hibernate-4</id> <dependencies> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-entitymanager</artifactId> <scope>test</scope> </dependency> </dependencies> </profile> </profiles> </project>
<dependency> <groupId>org.jbpm</groupId> <artifactId>jbpm-bpmn2</artifactId> <version>5.2.5.final</version> </dependency>
If you think the following jbpm-bpmn2-5.2.5.final.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download jbpm-bpmn2-5.2.5.final.jar file