<dependency>
<groupId>org.camunda.community.template.engine</groupId>
<artifactId>camunda-7-template-engines-jsr223-root</artifactId>
<version>2.2.0</version>
</dependency>
implementation group: 'org.camunda.community.template.engine', name: 'camunda-7-template-engines-jsr223-root', version: '2.2.0'
implementation 'org.camunda.community.template.engine:camunda-7-template-engines-jsr223-root:2.2.0'
implementation("org.camunda.community.template.engine:camunda-7-template-engines-jsr223-root:2.2.0")
libraryDependencies += "org.camunda.community.template.engine" % "camunda-7-template-engines-jsr223-root" % "2.2.0"
<dependency org="org.camunda.community.template.engine" name="camunda-7-template-engines-jsr223-root" rev="2.2.0"/>
@Grapes(
@Grab(group='org.camunda.community.template.engine', module='camunda-7-template-engines-jsr223-root', version='2.2.0')
)
[org.camunda.community.template.engine/camunda-7-template-engines-jsr223-root "2.2.0"]
'org.camunda.community.template.engine:camunda-7-template-engines-jsr223-root:jar:2.2.0'