Download activiti-engine-6.0.0.jar file - Jar a

Jar examples for a:activiti-engine

Description

workflow engine base on bboss and activiti.

You can download jar file activiti-engine 6.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add activiti-engine-6.0.0.jar to your project.

<dependency>
   <groupId>org.activiti</groupId>
   <artifactId>activiti-engine</artifactId>
   <version>6.0.0</version>
</dependency>
compile group: 'org.activiti', name: 'activiti-engine', version: '6.0.0'
libraryDependencies += "org.activiti" % "activiti-engine" % "6.0.0"
<dependency org="org.activiti" name="activiti-engine" rev="6.0.0"/>
@Grapes(@Grab(group='org.activiti', module='activiti-engine', version='6.0.0'))
'org.activiti:activiti-engine:jar:6.0.0'

Download

Click the following link to download the jar file.

activiti-engine-6.0.0-javadoc.jar
activiti-engine-6.0.0-sources.jar
activiti-engine-6.0.0.jar
activiti-engine-6.0.0.pom



Related Tutorials