| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаcom.github.michaelruocco |
| Идентификатор | Идентификаторcamunda-spring-boot-demo |
| Версия | Версия0.1.22 |
| Тип | Типpom |
<!-- 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.22</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.22'
// https://jarcasting.com/artifacts/com.github.michaelruocco/camunda-spring-boot-demo/
implementation ("com.github.michaelruocco:camunda-spring-boot-demo:0.1.22")
'com.github.michaelruocco:camunda-spring-boot-demo:pom:0.1.22'
<dependency org="com.github.michaelruocco" name="camunda-spring-boot-demo" rev="0.1.22">
<artifact name="camunda-spring-boot-demo" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='camunda-spring-boot-demo', version='0.1.22')
)
libraryDependencies += "com.github.michaelruocco" % "camunda-spring-boot-demo" % "0.1.22"
[com.github.michaelruocco/camunda-spring-boot-demo "0.1.22"]