GroupId | GroupIdorg.camunda.bpm.springboot.project |
---|---|
ArtifactId | ArtifactIdqa-plugins |
Version | Version3.4.3 |
Type | Typepom |
Filename | Size |
---|---|
qa-plugins-3.4.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.springboot.project/qa-plugins/ -->
<dependency>
<groupId>org.camunda.bpm.springboot.project</groupId>
<artifactId>qa-plugins</artifactId>
<version>3.4.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.springboot.project/qa-plugins/
implementation 'org.camunda.bpm.springboot.project:qa-plugins:3.4.3'
// https://jarcasting.com/artifacts/org.camunda.bpm.springboot.project/qa-plugins/
implementation ("org.camunda.bpm.springboot.project:qa-plugins:3.4.3")
'org.camunda.bpm.springboot.project:qa-plugins:pom:3.4.3'
<dependency org="org.camunda.bpm.springboot.project" name="qa-plugins" rev="3.4.3">
<artifact name="qa-plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.springboot.project', module='qa-plugins', version='3.4.3')
)
libraryDependencies += "org.camunda.bpm.springboot.project" % "qa-plugins" % "3.4.3"
[org.camunda.bpm.springboot.project/qa-plugins "3.4.3"]