MVN

cn.jrack : jrack-flowable-springboot-starter

Maven & Gradle

Feb 28, 2024
<dependency>
    <groupId>cn.jrack</groupId>
    <artifactId>jrack-flowable-springboot-starter</artifactId>
    <version>1.0.39</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.jrack : jrack-flowable-springboot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.39

All Versions

Choose a version of cn.jrack : jrack-flowable-springboot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.035
jrack-flowable-springboot-starter-1.035
1.0.x
jrack-flowable-springboot-starter-1.0.39
jrack-flowable-springboot-starter-1.0.38
jrack-flowable-springboot-starter-1.0.37
jrack-flowable-springboot-starter-1.0.36
jrack-flowable-springboot-starter-1.0.35

How to add a dependency to Maven

Add the following cn.jrack : jrack-flowable-springboot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.jrack</groupId>
    <artifactId>jrack-flowable-springboot-starter</artifactId>
    <version>1.0.39</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.jrack : jrack-flowable-springboot-starter gradle dependency to your build.gradle file:

implementation 'cn.jrack:jrack-flowable-springboot-starter:1.0.39'

Gradle Kotlin DSL: Add the following cn.jrack : jrack-flowable-springboot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.jrack:jrack-flowable-springboot-starter:1.0.39")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.jrack : jrack-flowable-springboot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.jrack" % "jrack-flowable-springboot-starter" % "1.0.39"