Download booly-2-RELEASE.jar file - Jar b

Jar examples for b:booly

Description

A boolean expression evaluator for java

You can download jar file booly 2-RELEASE in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add booly-2-RELEASE.jar to your project.

<dependency>
   <groupId>com.github.gkutiel</groupId>
   <artifactId>booly</artifactId>
   <version>2-RELEASE</version>
</dependency>
compile group: 'com.github.gkutiel', name: 'booly', version: '2-RELEASE'
libraryDependencies += "com.github.gkutiel" % "booly" % "2-RELEASE"
<dependency org="com.github.gkutiel" name="booly" rev="2-RELEASE"/>
@Grapes(@Grab(group='com.github.gkutiel', module='booly', version='2-RELEASE'))
'com.github.gkutiel:booly:jar:2-RELEASE'

Download

Click the following link to download the jar file.

booly-2-RELEASE-javadoc.jar
booly-2-RELEASE-sources.jar
booly-2-RELEASE.jar
booly-2-RELEASE.pom



Related Tutorials