Categories |
CategoriesWildFly Container Application Servers |
---|---|
GroupId | GroupIdcom.camunda.consulting.webapp |
ArtifactId | ArtifactIdcamunda-webapp-customized-wildfly |
Version | Version7.6.0 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/com.camunda.consulting.webapp/camunda-webapp-customized-wildfly/ -->
<dependency>
<groupId>com.camunda.consulting.webapp</groupId>
<artifactId>camunda-webapp-customized-wildfly</artifactId>
<version>7.6.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.camunda.consulting.webapp/camunda-webapp-customized-wildfly/
implementation 'com.camunda.consulting.webapp:camunda-webapp-customized-wildfly:7.6.0'
// https://jarcasting.com/artifacts/com.camunda.consulting.webapp/camunda-webapp-customized-wildfly/
implementation ("com.camunda.consulting.webapp:camunda-webapp-customized-wildfly:7.6.0")
'com.camunda.consulting.webapp:camunda-webapp-customized-wildfly:war:7.6.0'
<dependency org="com.camunda.consulting.webapp" name="camunda-webapp-customized-wildfly" rev="7.6.0">
<artifact name="camunda-webapp-customized-wildfly" type="war" />
</dependency>
@Grapes(
@Grab(group='com.camunda.consulting.webapp', module='camunda-webapp-customized-wildfly', version='7.6.0')
)
libraryDependencies += "com.camunda.consulting.webapp" % "camunda-webapp-customized-wildfly" % "7.6.0"
[com.camunda.consulting.webapp/camunda-webapp-customized-wildfly "7.6.0"]