<dependency> <groupId>org.jeasy</groupId> <artifactId>easy-rules</artifactId> <version>3.1.0</version> <type>pom</type> </dependency>
implementation 'org.jeasy:easy-rules:3.1.0'
implementation("org.jeasy:easy-rules:3.1.0")
libraryDependencies += "org.jeasy" % "easy-rules" % "3.1.0"
@Grapes( @Grab(group='org.jeasy', module='easy-rules', version='3.1.0') )
<dependency org="org.jeasy" name="easy-rules" rev="3.1.0" />
[org.jeasy/easy-rules "3.1.0"]
'org.jeasy:easy-rules:jar:3.1.0'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>