is not current version
Last Version 4.1.0

org.jeasy:easy-rules 3.4.0

Easy Rules is a simple, stupid rules engine for Java

GroupId

GroupId

org.jeasy
ArtifactId

ArtifactId

easy-rules
Version

Version

3.4.0
Type

Type

pom

Download easy-rules 3.4.0

Filename Size
easy-rules-3.4.0.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/org.jeasy/easy-rules/ -->
<dependency>
    <groupId>org.jeasy</groupId>
    <artifactId>easy-rules</artifactId>
    <version>3.4.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jeasy/easy-rules/
implementation 'org.jeasy:easy-rules:3.4.0'
// https://jarcasting.com/artifacts/org.jeasy/easy-rules/
implementation ("org.jeasy:easy-rules:3.4.0")
'org.jeasy:easy-rules:pom:3.4.0'
<dependency org="org.jeasy" name="easy-rules" rev="3.4.0">
  <artifact name="easy-rules" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jeasy', module='easy-rules', version='3.4.0')
)
libraryDependencies += "org.jeasy" % "easy-rules" % "3.4.0"
[org.jeasy/easy-rules "3.4.0"]