MVN

org.activiti : spring-boot-sample-jpa

Maven & Gradle

Aug 15, 2019
<dependency>
    <groupId>org.activiti</groupId>
    <artifactId>spring-boot-sample-jpa</artifactId>
    <version>5.23.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.activiti : spring-boot-sample-jpa to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.23.0
  • Latest Release Candidate: 5.23.0-RC1
  • Latest Beta: 6.0.0.Beta4

All Versions

Choose a version of org.activiti : spring-boot-sample-jpa to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
spring-boot-sample-jpa-6.0.0
spring-boot-sample-jpa-6.0.0.RC1
spring-boot-sample-jpa-6.0.0.Beta4
spring-boot-sample-jpa-6.0.0.Beta3
spring-boot-sample-jpa-6.0.0.Beta2
spring-boot-sample-jpa-6.0.0.Beta1
5.23.x
spring-boot-sample-jpa-5.23.0
spring-boot-sample-jpa-5.23.0-RC1
5.22.x
spring-boot-sample-jpa-5.22.0
5.21.x
spring-boot-sample-jpa-5.21.0
5.20.x
spring-boot-sample-jpa-5.20.0
5.19.x
spring-boot-sample-jpa-5.19.0.3
spring-boot-sample-jpa-5.19.0.2
spring-boot-sample-jpa-5.19.0.1
spring-boot-sample-jpa-5.19.0
5.18.x
spring-boot-sample-jpa-5.18.0
5.17.x
spring-boot-sample-jpa-5.17.0

How to add a dependency to Maven

Add the following org.activiti : spring-boot-sample-jpa maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.activiti</groupId>
    <artifactId>spring-boot-sample-jpa</artifactId>
    <version>5.23.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.activiti : spring-boot-sample-jpa gradle dependency to your build.gradle file:

implementation 'org.activiti:spring-boot-sample-jpa:5.23.0'

Gradle Kotlin DSL: Add the following org.activiti : spring-boot-sample-jpa gradle kotlin dependency to your build.gradle.kts file:

implementation("org.activiti:spring-boot-sample-jpa:5.23.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.activiti : spring-boot-sample-jpa sbt scala dependency to your build.sbt file:

libraryDependencies += "org.activiti" % "spring-boot-sample-jpa" % "5.23.0"

Advertisement