GroupId | GroupIdorg.camunda.template-engines |
---|---|
ArtifactId | ArtifactIdcamunda-template-engines-bom |
Version | Version1.1.0 |
Type | Typepom |
Filename | Size |
---|---|
camunda-template-engines-bom-1.1.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.camunda.template-engines/camunda-template-engines-bom/ -->
<dependency>
<groupId>org.camunda.template-engines</groupId>
<artifactId>camunda-template-engines-bom</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.template-engines/camunda-template-engines-bom/
implementation 'org.camunda.template-engines:camunda-template-engines-bom:1.1.0'
// https://jarcasting.com/artifacts/org.camunda.template-engines/camunda-template-engines-bom/
implementation ("org.camunda.template-engines:camunda-template-engines-bom:1.1.0")
'org.camunda.template-engines:camunda-template-engines-bom:pom:1.1.0'
<dependency org="org.camunda.template-engines" name="camunda-template-engines-bom" rev="1.1.0">
<artifact name="camunda-template-engines-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda.template-engines', module='camunda-template-engines-bom', version='1.1.0')
)
libraryDependencies += "org.camunda.template-engines" % "camunda-template-engines-bom" % "1.1.0"
[org.camunda.template-engines/camunda-template-engines-bom "1.1.0"]