e

easy-rules-mvel

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