Files download
File Operation
feel-engine-1.14.3.jar download
feel-engine-1.14.3.pom download
feel-engine-1.14.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.camunda.feel</groupId>
  <artifactId>feel-engine</artifactId>
  <version>1.14.3</version>
</dependency>
Gradle Groovy
implementation 'org.camunda.feel:feel-engine:1.14.3'
Gradle Kotlin
implementation("org.camunda.feel:feel-engine:1.14.3")
Scala SBT
libraryDependencies += "org.camunda.feel" % "feel-engine" % "1.14.3"
Groovy Grape
@Grapes(
  @Grab(group='org.camunda.feel', module='feel-engine', version='1.14.3')
)
Apache Ivy
<dependency org="org.camunda.feel" name="feel-engine" rev="1.14.3" />
Leiningen
[org.camunda.feel/feel-engine "1.14.3"]
Apache Buildr
'org.camunda.feel:feel-engine:jar:1.14.3'