e

easy-rules-jexl

JEXL integration module
MIT License
Mahmoud Ben Hassine
Files download
File Operation
easy-rules-jexl-4.1.0.jar download
easy-rules-jexl-4.1.0.pom download
easy-rules-jexl-4.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jeasy</groupId>
  <artifactId>easy-rules-jexl</artifactId>
  <version>4.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.jeasy:easy-rules-jexl:4.1.0'
Gradle Kotlin
implementation("org.jeasy:easy-rules-jexl:4.1.0")
Scala SBT
libraryDependencies += "org.jeasy" % "easy-rules-jexl" % "4.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jeasy', module='easy-rules-jexl', version='4.1.0')
)
Apache Ivy
<dependency org="org.jeasy" name="easy-rules-jexl" rev="4.1.0" />
Leiningen
[org.jeasy/easy-rules-jexl "4.1.0"]
Apache Buildr
'org.jeasy:easy-rules-jexl:jar:4.1.0'