f

flowable-json-converter

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