Categories |
CategoriesGlassFish Container Application Servers |
---|---|
GroupId | GroupIdorg.camunda.bpm.webapp |
ArtifactId | ArtifactIdcamunda-webapp-glassfish |
Version | Version7.2.0-alpha1 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.webapp/camunda-webapp-glassfish/ -->
<dependency>
<groupId>org.camunda.bpm.webapp</groupId>
<artifactId>camunda-webapp-glassfish</artifactId>
<version>7.2.0-alpha1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.webapp/camunda-webapp-glassfish/
implementation 'org.camunda.bpm.webapp:camunda-webapp-glassfish:7.2.0-alpha1'
// https://jarcasting.com/artifacts/org.camunda.bpm.webapp/camunda-webapp-glassfish/
implementation ("org.camunda.bpm.webapp:camunda-webapp-glassfish:7.2.0-alpha1")
'org.camunda.bpm.webapp:camunda-webapp-glassfish:war:7.2.0-alpha1'
<dependency org="org.camunda.bpm.webapp" name="camunda-webapp-glassfish" rev="7.2.0-alpha1">
<artifact name="camunda-webapp-glassfish" type="war" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.webapp', module='camunda-webapp-glassfish', version='7.2.0-alpha1')
)
libraryDependencies += "org.camunda.bpm.webapp" % "camunda-webapp-glassfish" % "7.2.0-alpha1"
[org.camunda.bpm.webapp/camunda-webapp-glassfish "7.2.0-alpha1"]