Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
58 lines (39 sloc) 2.25 KB

Download

Latest Final version: #{site.pom.latestFinal.version}

The jBPM binaries include documentation, examples and sources.

  • download Download jBPM #{site.pom.latestFinal.version} binaries

    • #{site.pom.latestFinal.jbpmBinZip}[jBPM #{site.pom.latestFinal.version}-bin.zip]

    • #{site.pom.latestFinal.jbpmExamplesZip}[jBPM #{site.pom.latestFinal.version}-examples.zip]

    • #{site.pom.latestFinal.jbpmInstallerZip}[jBPM-installer #{site.pom.latestFinal.version}.zip]

    • #{site.pom.latestFinal.jbpmInstallerFullZip}[jBPM-installer-full #{site.pom.latestFinal.version}.zip]

    • #{site.pom.latestFinal.updatesite}[updatesite #{site.pom.latestFinal.version}]

    • #{site.pom.latestFinal.releaseNotesVersion}[Release notes]

    • License: ASL 2.0

    • Release date: #{site.pom.latestFinal.releaseDate}

  • Older community releases: Check the release archive.

  • Evaluation version of JBoss BPM Suite: Check the product download site.

Maven, Gradle, Ivy or Buildr

The jBPM jars are also available in the central maven repository (and also in the JBoss maven repository).

If you use Maven, just add a dependency in your pom.xml:

    <dependency>
      <groupId>org.jbpm</groupId>
      <artifactId>jbpm-test</artifactId>
      <version>#{site.pom.latestFinal.version}</version>
    </dependency>

This is similar for Gradle, Ivy and Buildr.

Docker images

You can find the Docker images for jBPM and how to use them for last final version 6.2 at

More info at this post


Nightly snapshots

Nightly snapshots are unstable binaries, build by our build server.

  • download #{site.pom.nightly.jbpmBinaries}[Download jBPM #{site.pom.nightly.version} binaries]