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