文件下载
文件名 操作
feel-engine-1.15.2.jar 下载
feel-engine-1.15.2.pom 下载
feel-engine-1.15.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.camunda.feel</groupId>
  <artifactId>feel-engine</artifactId>
  <version>1.15.2</version>
</dependency>
Gradle Groovy
implementation 'org.camunda.feel:feel-engine:1.15.2'
Gradle Kotlin
implementation("org.camunda.feel:feel-engine:1.15.2")
Scala SBT
libraryDependencies += "org.camunda.feel" % "feel-engine" % "1.15.2"
Groovy Grape
@Grapes(
  @Grab(group='org.camunda.feel', module='feel-engine', version='1.15.2')
)
Apache Ivy
<dependency org="org.camunda.feel" name="feel-engine" rev="1.15.2" />
Leiningen
[org.camunda.feel/feel-engine "1.15.2"]
Apache Buildr
'org.camunda.feel:feel-engine:jar:1.15.2'