whiter4bbit/expression-util
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Expression-util Expression evaluation library for Java. Features: - lazy evaluation - api for custom functions adding - long, double, boolean and string expressions support Installation: You need maven (http://maven.apache.org/) #mvn install After you will have a maven dependency for this project, just add dependency to your project like: <dependencies> ... <dependency> <groupId>info.whiter4bbit</groupId> <artifactId>expresssion</artifactId> <version>1.0</version> </dependency> ... </dependencies> Using: You can view unit tests code (you can find it at src/test/java)