Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.camunda.bpm.extension.example |
ArtifactId | ArtifactIdcamunda-bpm-spring-boot-starter-example-simple |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.extension.example/camunda-bpm-spring-boot-starter-example-simple/ -->
<dependency>
<groupId>org.camunda.bpm.extension.example</groupId>
<artifactId>camunda-bpm-spring-boot-starter-example-simple</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.example/camunda-bpm-spring-boot-starter-example-simple/
implementation 'org.camunda.bpm.extension.example:camunda-bpm-spring-boot-starter-example-simple:1.1.0'
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.example/camunda-bpm-spring-boot-starter-example-simple/
implementation ("org.camunda.bpm.extension.example:camunda-bpm-spring-boot-starter-example-simple:1.1.0")
'org.camunda.bpm.extension.example:camunda-bpm-spring-boot-starter-example-simple:jar:1.1.0'
<dependency org="org.camunda.bpm.extension.example" name="camunda-bpm-spring-boot-starter-example-simple" rev="1.1.0">
<artifact name="camunda-bpm-spring-boot-starter-example-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.extension.example', module='camunda-bpm-spring-boot-starter-example-simple', version='1.1.0')
)
libraryDependencies += "org.camunda.bpm.extension.example" % "camunda-bpm-spring-boot-starter-example-simple" % "1.1.0"
[org.camunda.bpm.extension.example/camunda-bpm-spring-boot-starter-example-simple "1.1.0"]