Activiti Cloud :: Application Service


License

License

GroupId

GroupId

org.activiti.cloud
ArtifactId

ArtifactId

activiti-cloud-app-service
Last Version

Last Version

7.0.0.Beta1
Release Date

Release Date

Type

Type

jar
Description

Description

Activiti Cloud :: Application Service
Activiti Cloud :: Application Service
Project URL

Project URL

http://activiti.org
Project Organization

Project Organization

Alfresco

Download activiti-cloud-app-service

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar
org.springframework.boot : spring-boot-actuator-autoconfigure jar
com.fasterxml.jackson.core : jackson-annotations jar
com.fasterxml.jackson.core : jackson-databind jar
org.springframework.cloud : spring-cloud-commons jar
org.activiti.cloud : activiti-cloud-services-logging jar
org.slf4j : slf4j-api jar
org.springframework : spring-web jar

provided (2)

Group / Artifact Type Version
org.springframework.cloud : spring-cloud-kubernetes-discovery jar
org.springframework.cloud : spring-cloud-starter-netflix-eureka-client jar

test (2)

Group / Artifact Type Version
org.assertj : assertj-core jar
org.springframework.boot : spring-boot-starter-test jar

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

Activiti

Versions

Version
7.0.0.Beta1