Last Version

com.linkare.jboolexpr 2.0.2

Project, initially inspired in the open source project JBooleanExpression, located in http://sourceforge.net/projects/jboolexpr/, which is a simple Java API to evaluate a Boolean String Expression like "!true&&false||true" (parse a Boolean String Expression to a boolean primitive type). The build system of this project was changed to Maven and a new operation (XOR) was also included.

License

License

GroupId

GroupId

com.linkare
ArtifactId

ArtifactId

common.jboolexpr
Version

Version

2.0.2
Type

Type

jar
Description

Description

com.linkare.jboolexpr
Project, initially inspired in the open source project JBooleanExpression, located in http://sourceforge.net/projects/jboolexpr/, which is a simple Java API to evaluate a Boolean String Expression like "!true&&false||true" (parse a Boolean String Expression to a boolean primitive type). The build system of this project was changed to Maven and a new operation (XOR) was also included.

Download common.jboolexpr 2.0.2


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

Dependencies

provided (1)

Group / Artifact Type Version
com.linkare : common.utils jar 2.0.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.1

Project Modules

There are no modules declared in this project.