MVN

com.github.collinalpert : expressions

Maven & Gradle

Jun 15, 2021
1 usages
1 stars

Java Expression Trees library · The Expressions library enables language-level code expressions to be represented as objects in the form of expression trees at runtime, for example, a method call or a binary operation such as x < y. This enables dynamic analysis of lambda's code, usually for building fluent interfaces.

<dependency>
    <groupId>com.github.collinalpert</groupId>
    <artifactId>expressions</artifactId>
    <version>2.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.collinalpert : expressions to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.0

All Versions

Choose a version of com.github.collinalpert : expressions to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
expressions-2.7.0
2.6.x
expressions-2.6.1
expressions-2.6.0
2.5
expressions-2.5

How to add a dependency to Maven

Add the following com.github.collinalpert : expressions maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.collinalpert</groupId>
    <artifactId>expressions</artifactId>
    <version>2.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.collinalpert : expressions gradle dependency to your build.gradle file:

implementation 'com.github.collinalpert:expressions:2.7.0'

Gradle Kotlin DSL: Add the following com.github.collinalpert : expressions gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.collinalpert:expressions:2.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.collinalpert : expressions sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.collinalpert" % "expressions" % "2.7.0"

Advertisement

Dependencies from Group

Aug 10, 2021
1 usages
2 stars
Jun 15, 2021
1 usages
1 stars
Aug 11, 2021
14 stars

Discover Dependencies

May 24, 2023
2 usages
713 stars
May 24, 2023
2 usages
713 stars
Sep 09, 2022
10 usages
Aug 17, 2023
5 usages
8 stars
May 07, 2022
4 usages
Jul 22, 2017
3 usages
2.1k stars
Sep 23, 2022
2 usages
3 stars