<dependency>
<groupId>com.camunda.consulting.webapp</groupId>
<artifactId>camunda-webapp-customized-parent</artifactId>
<version>7.7.2</version>
</dependency>
implementation group: 'com.camunda.consulting.webapp', name: 'camunda-webapp-customized-parent', version: '7.7.2'
implementation 'com.camunda.consulting.webapp:camunda-webapp-customized-parent:7.7.2'
implementation("com.camunda.consulting.webapp:camunda-webapp-customized-parent:7.7.2")
libraryDependencies += "com.camunda.consulting.webapp" % "camunda-webapp-customized-parent" % "7.7.2"
<dependency org="com.camunda.consulting.webapp" name="camunda-webapp-customized-parent" rev="7.7.2"/>
@Grapes(
@Grab(group='com.camunda.consulting.webapp', module='camunda-webapp-customized-parent', version='7.7.2')
)
[com.camunda.consulting.webapp/camunda-webapp-customized-parent "7.7.2"]
'com.camunda.consulting.webapp:camunda-webapp-customized-parent:jar:7.7.2'