MVN

org.camunda.feel : feel-scala

Maven & Gradle

Jun 16, 2020
64 stars

FEEL Scala Engine

<dependency>
    <groupId>org.camunda.feel</groupId>
    <artifactId>feel-scala</artifactId>
    <version>1.11.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.camunda.feel : feel-scala to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.11.1

All Versions

Choose a version of org.camunda.feel : feel-scala to add to Maven or Gradle - All Versions:

  • Version Updated
  • feel-scala-1.11.1

    Jun 16, 2020

How to add a dependency to Maven

Add the following org.camunda.feel : feel-scala maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.camunda.feel</groupId>
    <artifactId>feel-scala</artifactId>
    <version>1.11.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.camunda.feel : feel-scala gradle dependency to your build.gradle file:

implementation 'org.camunda.feel:feel-scala:1.11.1'

Gradle Kotlin DSL: Add the following org.camunda.feel : feel-scala gradle kotlin dependency to your build.gradle.kts file:

implementation("org.camunda.feel:feel-scala:1.11.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.camunda.feel : feel-scala sbt scala dependency to your build.sbt file:

libraryDependencies += "org.camunda.feel" % "feel-scala" % "1.11.1"

Advertisement