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