You can download jbpm-workitems-6.2.0.final.jar in this page.
Open Source
jbpm-workitems-6.2.0.final.jar file has the following types.
META-INF/INDEX.LIST META-INF/MANIFEST.MF META-INF/drools.email.conf META-INF/drools.ftp.conf META-INF/maven/org.jbpm/jbpm-workitems/pom.properties META-INF/maven/org.jbpm/jbpm-workitems/pom.xml icons/archive.gif icons/calendar.gif icons/email.gif icons/finder.gif icons/ftp.gif icons/jabber.gif icons/rss.gif myusers.properties org.jbpm.process.workitem.AbstractLogOrThrowWorkItemHandler.class org.jbpm.process.workitem.AbstractWorkItemHandler.class org.jbpm.process.workitem.archive.ArchiveWorkItemHandler.class org.jbpm.process.workitem.bpmn2.ServiceTaskHandler.class org.jbpm.process.workitem.email.Connection.class org.jbpm.process.workitem.email.Email.class org.jbpm.process.workitem.email.EmailWorkItemHandler.class org.jbpm.process.workitem.email.Message.class org.jbpm.process.workitem.email.Recipient.class org.jbpm.process.workitem.email.Recipients.class org.jbpm.process.workitem.email.SendHtml.class org.jbpm.process.workitem.exec.ExecWorkItemHandler.class org.jbpm.process.workitem.ftp.FTPUploadWorkItemHandler.class org.jbpm.process.workitem.handler.JavaHandler.class org.jbpm.process.workitem.handler.JavaHandlerWorkItemHandler.class org.jbpm.process.workitem.jabber.JabberWorkItemHandler.class org.jbpm.process.workitem.java.JavaInvocationWorkItemHandler.class org.jbpm.process.workitem.rest.RESTServiceException.class org.jbpm.process.workitem.rest.RESTWorkItemHandler.class org.jbpm.process.workitem.rest.RestGeoCodeApiCallWorkItemHandler.class org.jbpm.process.workitem.rest.ResultGeoCodeApi.class org.jbpm.process.workitem.rss.RSSWorkItemHandler.class org.jbpm.process.workitem.transform.TransformWorkItemHandler.class org.jbpm.process.workitem.transform.Transformer.class org.jbpm.process.workitem.webservice.WebServiceCommand.class org.jbpm.process.workitem.webservice.WebServiceWorkItemHandler.class
jbpm-workitems-6.2.0.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>6.2.0.Final</version> </parent> <artifactId>jbpm-workitems</artifactId> <name>jBPM :: WorkItems</name> <dependencies> <dependency> <groupId>org.drools</groupId> <artifactId>drools-core</artifactId> </dependency> <dependency> <groupId>org.jbpm</groupId> <artifactId>jbpm-flow</artifactId> </dependency> <dependency> <groupId>org.jbpm</groupId> <artifactId>jbpm-flow-builder</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.jbpm</groupId> <artifactId>jbpm-bpmn2</artifactId> </dependency> <dependency> <groupId>org.kie</groupId> <artifactId>kie-api</artifactId> </dependency> <dependency> <groupId>org.kie</groupId> <artifactId>kie-internal</artifactId> </dependency> <!-- Email --> <dependency> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> </dependency> <dependency> <groupId>javax.activation</groupId> <artifactId>activation</artifactId> </dependency> <dependency> <groupId>org.subethamail</groupId> <artifactId>subethasmtp</artifactId> <scope>test</scope> </dependency> <!-- Commons --> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-exec</artifactId> </dependency> <!-- Jabber --> <dependency> <groupId>jivesoftware</groupId> <artifactId>smack</artifactId> <optional>true</optional> </dependency> <!-- RSS --> <dependency> <groupId>rome</groupId> <artifactId>rome</artifactId> <optional>true</optional> </dependency> <!-- FTP --> <dependency> <groupId>commons-net</groupId> <artifactId>commons-net</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.apache.ftpserver</groupId> <artifactId>ftpserver-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.jdom</groupId> <artifactId>jdom</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <scope>test</scope> </dependency> <!-- JaxWS dependencies --> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-api</artifactId> <exclusions> <exclusion> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-javamail_1.4_spec</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-databinding-jaxb</artifactId> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>wsdl4j</groupId> <artifactId>wsdl4j</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.neethi</groupId> <artifactId>neethi</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.ws.xmlschema</groupId> <artifactId>xmlschema-core</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId> <scope>test</scope> </dependency> <!-- REST --> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxrs</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</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> </dependencies> </project>
<dependency> <groupId>org.jbpm</groupId> <artifactId>jbpm-workitems</artifactId> <version>6.2.0.final</version> </dependency>
If you think the following jbpm-workitems-6.2.0.final.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download jbpm-workitems-6.2.0.final.jar file