booly

A boolean expression evaluator for java

License

License

GroupId

GroupId

com.github.gkutiel
ArtifactId

ArtifactId

booly
Last Version

Last Version

2-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

booly
A boolean expression evaluator for java

Download booly

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.gkutiel/booly/ -->
<dependency>
    <groupId>com.github.gkutiel</groupId>
    <artifactId>booly</artifactId>
    <version>2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gkutiel/booly/
implementation 'com.github.gkutiel:booly:2-RELEASE'
// https://jarcasting.com/artifacts/com.github.gkutiel/booly/
implementation ("com.github.gkutiel:booly:2-RELEASE")
'com.github.gkutiel:booly:jar:2-RELEASE'
<dependency org="com.github.gkutiel" name="booly" rev="2-RELEASE">
  <artifact name="booly" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gkutiel', module='booly', version='2-RELEASE')
)
libraryDependencies += "com.github.gkutiel" % "booly" % "2-RELEASE"
[com.github.gkutiel/booly "2-RELEASE"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.10

Project Modules

There are no modules declared in this project.

Versions

Version
2-RELEASE
1-RELEASE
0-RELEASE