q

qa-webapp-invoice-example

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