Activiti Cloud API :: Model Event Schema


License

License

GroupId

GroupId

org.activiti.cloud.api
ArtifactId

ArtifactId

activiti-cloud-api-events
Last Version

Last Version

7.1.0.M6
Release Date

Release Date

Type

Type

jar
Description

Description

Activiti Cloud API :: Model Event Schema
Activiti Cloud API :: Model Event Schema
Project Organization

Project Organization

Alfresco

Download activiti-cloud-api-events

How to add to project

<!-- https://jarcasting.com/artifacts/org.activiti.cloud.api/activiti-cloud-api-events/ -->
<dependency>
    <groupId>org.activiti.cloud.api</groupId>
    <artifactId>activiti-cloud-api-events</artifactId>
    <version>7.1.0.M6</version>
</dependency>
// https://jarcasting.com/artifacts/org.activiti.cloud.api/activiti-cloud-api-events/
implementation 'org.activiti.cloud.api:activiti-cloud-api-events:7.1.0.M6'
// https://jarcasting.com/artifacts/org.activiti.cloud.api/activiti-cloud-api-events/
implementation ("org.activiti.cloud.api:activiti-cloud-api-events:7.1.0.M6")
'org.activiti.cloud.api:activiti-cloud-api-events:jar:7.1.0.M6'
<dependency org="org.activiti.cloud.api" name="activiti-cloud-api-events" rev="7.1.0.M6">
  <artifact name="activiti-cloud-api-events" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.activiti.cloud.api', module='activiti-cloud-api-events', version='7.1.0.M6')
)
libraryDependencies += "org.activiti.cloud.api" % "activiti-cloud-api-events" % "7.1.0.M6"
[org.activiti.cloud.api/activiti-cloud-api-events "7.1.0.M6"]

Dependencies

compile (5)

Group / Artifact Type Version
org.activiti.cloud.api : activiti-cloud-api-model-shared-impl jar 7.1.0.M6
org.activiti.cloud.api : activiti-cloud-api-process-model-impl jar 7.1.0.M6
org.activiti.cloud.api : activiti-cloud-api-task-model-impl jar 7.1.0.M6
org.slf4j : slf4j-api jar
org.activiti.cloud.build : activiti-cloud-parent pom 7.1.0.M6

test (5)

Group / Artifact Type Version
com.fasterxml.jackson.module : jackson-module-jsonSchema jar
junit : junit jar
org.springframework : spring-test jar
org.springframework.boot : spring-boot-test jar
org.assertj : assertj-core jar

import (1)

Group / Artifact Type Version
org.activiti.api : activiti-api-dependencies pom 7.1.0.M6

Project Modules

There are no modules declared in this project.

activiti-cloud-build

Join Us in Gitter Build Status Travis ASL 2.0 CLA security status stability status

Activiti Cloud Parent and BOM (Bill of Materials)

activiti-cloud-parent

This pom.xml file handle all 3rd Party dependencies that are shared by all the starters. Spring Boot & Spring Cloud versions are defined here.

activiti-cloud-dependencies

This BOM (Bill Of Materials) allow you to easily add the following section to your maven pom.xml file:

<dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.activiti.cloud</groupId>
        <artifactId>activiti-cloud-dependencies</artifactId>
        <version>${activiti-cloud.version}</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>

To automatically manage all cloud artifact versions and make sure that you don't mix different versions from different releases of these components. Then you can include any starter or service by just adding the GroupId and ArtifactId

For example:

<dependency>
    <groupId>org.activiti.cloud</groupId>
    <artifactId>activiti-cloud-starter-runtime-bundle</artifactId>
</dependency>

Versions are going to be handled by maven.

Spring Version Alignment

We are using spring boot and spring cloud. These versions need to be aligned. See:

http://projects.spring.io/spring-cloud/

And tags at:

https://github.com/spring-cloud/spring-cloud-release

org.activiti.cloud.api

Activiti

Versions

Version
7.1.0.M6