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