License |
License |
---|---|
GroupId | GroupIdorg.camunda.bpm.springboot.project |
ArtifactId | ArtifactIdqa-license |
Last Version | Last Version3.3.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThis pom defines the required plugins and profiles to allow a camunda release build.
Inherit this pom when you want to release your project into the camunda nexus and/or maven central.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
qa-license-3.3.10.pom | |
qa-license-3.3.10.jar | 1 KB |
qa-license-3.3.10-test-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.springboot.project/qa-license/ -->
<dependency>
<groupId>org.camunda.bpm.springboot.project</groupId>
<artifactId>qa-license</artifactId>
<version>3.3.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.springboot.project/qa-license/
implementation 'org.camunda.bpm.springboot.project:qa-license:3.3.10'
// https://jarcasting.com/artifacts/org.camunda.bpm.springboot.project/qa-license/
implementation ("org.camunda.bpm.springboot.project:qa-license:3.3.10")
'org.camunda.bpm.springboot.project:qa-license:jar:3.3.10'
<dependency org="org.camunda.bpm.springboot.project" name="qa-license" rev="3.3.10">
<artifact name="qa-license" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.springboot.project', module='qa-license', version='3.3.10')
)
libraryDependencies += "org.camunda.bpm.springboot.project" % "qa-license" % "3.3.10"
[org.camunda.bpm.springboot.project/qa-license "3.3.10"]
Group / Artifact | Type | Version |
---|---|---|
org.camunda.bpm.springboot : camunda-bpm-spring-boot-starter | jar | 3.3.10 |
org.camunda.bpm.springboot : camunda-bpm-spring-boot-starter-test | jar | 3.3.10 |
com.h2database : h2 | jar |