f

flowable-json-converter

Files download
File Operation
flowable-json-converter-5.22.0.jar download
flowable-json-converter-5.22.0.pom download
flowable-json-converter-5.22.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.flowable</groupId>
  <artifactId>flowable-json-converter</artifactId>
  <version>5.22.0</version>
</dependency>
Gradle Groovy
implementation 'org.flowable:flowable-json-converter:5.22.0'
Gradle Kotlin
implementation("org.flowable:flowable-json-converter:5.22.0")
Scala SBT
libraryDependencies += "org.flowable" % "flowable-json-converter" % "5.22.0"
Groovy Grape
@Grapes(
  @Grab(group='org.flowable', module='flowable-json-converter', version='5.22.0')
)
Apache Ivy
<dependency org="org.flowable" name="flowable-json-converter" rev="5.22.0" />
Leiningen
[org.flowable/flowable-json-converter "5.22.0"]
Apache Buildr
'org.flowable:flowable-json-converter:jar:5.22.0'