GroupId | GroupIdcom.camunda.consulting.webapp |
---|---|
ArtifactId | ArtifactIdcamunda-webapp-customized-webjar |
Version | Version7.7.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.camunda.consulting.webapp/camunda-webapp-customized-webjar/ -->
<dependency>
<groupId>com.camunda.consulting.webapp</groupId>
<artifactId>camunda-webapp-customized-webjar</artifactId>
<version>7.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.camunda.consulting.webapp/camunda-webapp-customized-webjar/
implementation 'com.camunda.consulting.webapp:camunda-webapp-customized-webjar:7.7.0'
// https://jarcasting.com/artifacts/com.camunda.consulting.webapp/camunda-webapp-customized-webjar/
implementation ("com.camunda.consulting.webapp:camunda-webapp-customized-webjar:7.7.0")
'com.camunda.consulting.webapp:camunda-webapp-customized-webjar:jar:7.7.0'
<dependency org="com.camunda.consulting.webapp" name="camunda-webapp-customized-webjar" rev="7.7.0">
<artifact name="camunda-webapp-customized-webjar" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.camunda.consulting.webapp', module='camunda-webapp-customized-webjar', version='7.7.0')
)
libraryDependencies += "com.camunda.consulting.webapp" % "camunda-webapp-customized-webjar" % "7.7.0"
[com.camunda.consulting.webapp/camunda-webapp-customized-webjar "7.7.0"]