-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Muhammad Hammad edited this page Feb 24, 2017
·
9 revisions
##Table of Contents
##Introduction
The dvare-framework is a model-based java expression language designed to describe business logic in Dvare Rule Engine. The dvare-framework contains set of predefined which helps non-technical background peoples to describe business logic in the real domain.
##Installation
###Dependency
The artifact dvare-framework is published is central repository. In order to use snapshot versions, you need to add the following maven repository in your pom.xml:
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>Maven dependency:
<dependencies>
<dependency>
<groupId>org.dvare</groupId>
<artifactId>dvare-framework</artifactId>
<version>1.4</version>
</dependency>
</depend