q

qa-webapp-invoice-example

Files download
File Operation
qa-webapp-invoice-example-7.21.0.jar download
qa-webapp-invoice-example-7.21.0.pom download
qa-webapp-invoice-example-7.21.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.camunda.bpm.springboot.project</groupId>
  <artifactId>qa-webapp-invoice-example</artifactId>
  <version>7.21.0</version>
</dependency>
Gradle Groovy
implementation 'org.camunda.bpm.springboot.project:qa-webapp-invoice-example:7.21.0'
Gradle Kotlin
implementation("org.camunda.bpm.springboot.project:qa-webapp-invoice-example:7.21.0")
Scala SBT
libraryDependencies += "org.camunda.bpm.springboot.project" % "qa-webapp-invoice-example" % "7.21.0"
Groovy Grape
@Grapes(
  @Grab(group='org.camunda.bpm.springboot.project', module='qa-webapp-invoice-example', version='7.21.0')
)
Apache Ivy
<dependency org="org.camunda.bpm.springboot.project" name="qa-webapp-invoice-example" rev="7.21.0" />
Leiningen
[org.camunda.bpm.springboot.project/qa-webapp-invoice-example "7.21.0"]
Apache Buildr
'org.camunda.bpm.springboot.project:qa-webapp-invoice-example:jar:7.21.0'