MVN

com.linkare : common.jboolexpr

Maven & Gradle

Mar 06, 2021
2 usages

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.

<dependency>
    <groupId>com.linkare</groupId>
    <artifactId>common.jboolexpr</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.linkare : common.jboolexpr to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2

All Versions

Choose a version of com.linkare : common.jboolexpr to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
common.jboolexpr-2.0.2
common.jboolexpr-2.0.1
common.jboolexpr-2.0.0

How to add a dependency to Maven

Add the following com.linkare : common.jboolexpr maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.linkare</groupId>
    <artifactId>common.jboolexpr</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.linkare : common.jboolexpr gradle dependency to your build.gradle file:

implementation 'com.linkare:common.jboolexpr:2.0.2'

Gradle Kotlin DSL: Add the following com.linkare : common.jboolexpr gradle kotlin dependency to your build.gradle.kts file:

implementation("com.linkare:common.jboolexpr:2.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.linkare : common.jboolexpr sbt scala dependency to your build.sbt file:

libraryDependencies += "com.linkare" % "common.jboolexpr" % "2.0.2"

Advertisement

Dependencies from Group

Mar 06, 2021
7 usages
Mar 05, 2021
2 usages
0 stars
Mar 06, 2021
2 usages
Mar 06, 2021
2 usages
Mar 06, 2021
1 usages

Discover Dependencies

Mar 06, 2021
Mar 06, 2021
2 usages
Mar 06, 2021
2 usages
Apr 12, 2023
422 stars
Mar 07, 2021
1.4k stars
Mar 06, 2021
3 stars
Mar 06, 2021
1 usages
87 stars
Mar 07, 2021
2 stars