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