e

easy-rules-core

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