is not current version
Last Version 2-RELEASE

com.github.gkutiel:booly 0-RELEASE

A boolean expression evaluator for java

GroupId

GroupId

com.github.gkutiel
ArtifactId

ArtifactId

booly
Version

Version

0-RELEASE
Type

Type

jar

Download booly 0-RELEASE


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