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