q

qa-webapp-invoice-example

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