e

easy-rules-mvel

MVEL integration module
MIT License
Mahmoud Ben Hassine
文件下载
文件名 操作
easy-rules-mvel-3.1.0.jar 下载
easy-rules-mvel-3.1.0.pom 下载
easy-rules-mvel-3.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jeasy</groupId>
  <artifactId>easy-rules-mvel</artifactId>
  <version>3.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.jeasy:easy-rules-mvel:3.1.0'
Gradle Kotlin
implementation("org.jeasy:easy-rules-mvel:3.1.0")
Scala SBT
libraryDependencies += "org.jeasy" % "easy-rules-mvel" % "3.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jeasy', module='easy-rules-mvel', version='3.1.0')
)
Apache Ivy
<dependency org="org.jeasy" name="easy-rules-mvel" rev="3.1.0" />
Leiningen
[org.jeasy/easy-rules-mvel "3.1.0"]
Apache Buildr
'org.jeasy:easy-rules-mvel:jar:3.1.0'