GroupId | GroupIdorg.camunda.bpm.dmn |
---|---|
ArtifactId | ArtifactIdcamunda-engine-feel-api |
Version | Version7.10.0-alpha3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.dmn/camunda-engine-feel-api/ -->
<dependency>
<groupId>org.camunda.bpm.dmn</groupId>
<artifactId>camunda-engine-feel-api</artifactId>
<version>7.10.0-alpha3</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.dmn/camunda-engine-feel-api/
implementation 'org.camunda.bpm.dmn:camunda-engine-feel-api:7.10.0-alpha3'
// https://jarcasting.com/artifacts/org.camunda.bpm.dmn/camunda-engine-feel-api/
implementation ("org.camunda.bpm.dmn:camunda-engine-feel-api:7.10.0-alpha3")
'org.camunda.bpm.dmn:camunda-engine-feel-api:jar:7.10.0-alpha3'
<dependency org="org.camunda.bpm.dmn" name="camunda-engine-feel-api" rev="7.10.0-alpha3">
<artifact name="camunda-engine-feel-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.dmn', module='camunda-engine-feel-api', version='7.10.0-alpha3')
)
libraryDependencies += "org.camunda.bpm.dmn" % "camunda-engine-feel-api" % "7.10.0-alpha3"
[org.camunda.bpm.dmn/camunda-engine-feel-api "7.10.0-alpha3"]