c

core

The core module is a wrapper around the BPMN engine, allowing you to launch and control business process models
https://github.com/valtimo-platform/valtimo-backend-libraries
Licensed under EUPL, Version 1.2 (the "License");
Team Valtimo
Files download
File Operation
core-10.5.2.RELEASE.pom download
core-10.5.2.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.ritense.valtimo</groupId>
  <artifactId>core</artifactId>
  <version>10.5.2.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.ritense.valtimo:core:10.5.2.RELEASE'
Gradle Kotlin
implementation("com.ritense.valtimo:core:10.5.2.RELEASE")
Scala SBT
libraryDependencies += "com.ritense.valtimo" % "core" % "10.5.2.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.ritense.valtimo', module='core', version='10.5.2.RELEASE')
)
Apache Ivy
<dependency org="com.ritense.valtimo" name="core" rev="10.5.2.RELEASE" />
Leiningen
[com.ritense.valtimo/core "10.5.2.RELEASE"]
Apache Buildr
'com.ritense.valtimo:core:jar:10.5.2.RELEASE'
Dependencies

compile

|-- org.springframework.security:spring-security-core

|-- org.springframework.boot:spring-boot

|-- org.springframework.data:spring-data-commons

|-- javax.inject:javax.inject:1

|-- org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter:7.18.0

|-- org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter-rest:7.18.0

|-- org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter-webapp:7.18.0

|-- org.camunda.bpm.extension.reactor:camunda-bpm-reactor-spring-starter:2.1.2

runtime

|-- com.ritense.valtimo:contract:10.5.2.RELEASE

|-- com.ritense.valtimo:resource:10.5.2.RELEASE

|-- com.ritense.valtimo:web:10.5.2.RELEASE

|-- org.springframework.boot:spring-boot-starter

|-- org.springframework.boot:spring-boot-starter-web

|-- org.springframework.boot:spring-boot-starter-actuator

|-- org.springframework.boot:spring-boot-starter-data-jpa

|-- org.springframework.boot:spring-boot-starter-security

|-- org.springframework.boot:spring-boot-starter-validation

|-- com.fasterxml.jackson.module:jackson-module-blackbird

|-- com.fasterxml.jackson.module:jackson-module-parameter-names

|-- com.fasterxml.jackson.module:jackson-module-jaxb-annotations

|-- com.fasterxml.jackson.datatype:jackson-datatype-jsr310

|-- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.10

|-- org.jetbrains.kotlin:kotlin-reflect:1.8.10

|-- io.github.microutils:kotlin-logging-jvm:3.0.5

|-- org.camunda.bpm:camunda-engine-plugin-spin:7.18.0

|-- org.camunda.bpm:camunda-engine-plugin-connect:7.18.0

|-- de.codecentric:spring-boot-admin-starter-client:2.7.10

|-- org.springframework.security:spring-security-data

|-- org.springframework:spring-jdbc

|-- org.springframework:spring-orm

|-- org.springframework:spring-aspects

|-- com.fasterxml.jackson.core:jackson-databind

|-- com.fasterxml.jackson.core:jackson-annotations

|-- com.fasterxml.jackson.datatype:jackson-datatype-json-org

|-- com.fasterxml.jackson.datatype:jackson-datatype-hppc

|-- com.fasterxml.jackson.datatype:jackson-datatype-hibernate5

|-- com.fasterxml.jackson.dataformat:jackson-dataformat-xml

|-- org.mybatis:mybatis:3.5.12

|-- org.mybatis.spring.boot:mybatis-spring-boot-starter:2.3.0

|-- org.apache.commons:commons-lang3:3.12.0

|-- javax.xml.bind:jaxb-api:2.3.1

|-- org.hibernate:hibernate-core

|-- org.hibernate:hibernate-envers

|-- net.javacrumbs.shedlock:shedlock-spring:4.44.0

|-- net.javacrumbs.shedlock:shedlock-provider-jdbc-template:4.44.0

|-- com.zaxxer:HikariCP

|-- org.liquibase:liquibase-core:4.19.0

|-- io.dropwizard.metrics:metrics-core

|-- io.dropwizard.metrics:metrics-annotation

|-- io.jsonwebtoken:jjwt-api:0.11.5

|-- io.jsonwebtoken:jjwt-impl:0.11.5

|-- io.jsonwebtoken:jjwt-jackson:0.11.5