Download madura-rules-3.3.3.jar file - Jar m

Jar examples for m:madura-rules

Description

This is a plugin to Madura Objects. It provides a rules/constraint engine to assist with validation, deriving new values from user inputs (eg total of invoices entered on this customer) an manipulating metadata (eg because the amount is above X we make some field readonly). Note that the Java that is using the monitored objects is quite unaware of the rules layer implemented here. That means you can change rules without having to go back to your Java code, and it also means you don't have to wonder if everything implemented the same rules. Anything using that Java object has the rules (unless you turn them all off).

You can download jar file madura-rules 3.3.3 in this page.

License

GNU Affero General Public License, Version 3.0

Build File

You can use the following script to add madura-rules-3.3.3.jar to your project.

<dependency>
   <groupId>nz.co.senanque</groupId>
   <artifactId>madura-rules</artifactId>
   <version>3.3.3</version>
</dependency>
compile group: 'nz.co.senanque', name: 'madura-rules', version: '3.3.3'
libraryDependencies += "nz.co.senanque" % "madura-rules" % "3.3.3"
<dependency org="nz.co.senanque" name="madura-rules" rev="3.3.3"/>
@Grapes(@Grab(group='nz.co.senanque', module='madura-rules', version='3.3.3'))
'nz.co.senanque:madura-rules:jar:3.3.3'

Download

Click the following link to download the jar file.

madura-rules-3.3.3-javadoc.jar
madura-rules-3.3.3-sources.jar
madura-rules-3.3.3.jar
madura-rules-3.3.3.pom



Related Tutorials