f

flowable-module-spring-boot

The Apache License, Version 2.0
Files download
File Operation
flowable-module-spring-boot-1.0.0.pom download
Apache Maven
<dependency>
  <groupId>com.wudgaby.platform</groupId>
  <artifactId>flowable-module-spring-boot</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.wudgaby.platform:flowable-module-spring-boot:1.0.0'
Gradle Kotlin
implementation("com.wudgaby.platform:flowable-module-spring-boot:1.0.0")
Scala SBT
libraryDependencies += "com.wudgaby.platform" % "flowable-module-spring-boot" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.wudgaby.platform', module='flowable-module-spring-boot', version='1.0.0')
)
Apache Ivy
<dependency org="com.wudgaby.platform" name="flowable-module-spring-boot" rev="1.0.0" />
Leiningen
[com.wudgaby.platform/flowable-module-spring-boot "1.0.0"]
Apache Buildr
'com.wudgaby.platform:flowable-module-spring-boot:jar:1.0.0'