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