Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.michaelruocco |
ArtifactId | ArtifactIdcamunda-spring-boot-demo |
Version | Version0.1.29 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/camunda-spring-boot-demo/ -->
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>camunda-spring-boot-demo</artifactId>
<version>0.1.29</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/camunda-spring-boot-demo/
implementation 'com.github.michaelruocco:camunda-spring-boot-demo:0.1.29'
// https://jarcasting.com/artifacts/com.github.michaelruocco/camunda-spring-boot-demo/
implementation ("com.github.michaelruocco:camunda-spring-boot-demo:0.1.29")
'com.github.michaelruocco:camunda-spring-boot-demo:pom:0.1.29'
<dependency org="com.github.michaelruocco" name="camunda-spring-boot-demo" rev="0.1.29">
<artifact name="camunda-spring-boot-demo" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='camunda-spring-boot-demo', version='0.1.29')
)
libraryDependencies += "com.github.michaelruocco" % "camunda-spring-boot-demo" % "0.1.29"
[com.github.michaelruocco/camunda-spring-boot-demo "0.1.29"]