Expression Tree

A scala library to convert predicates or expressions into runtime lambdas

License

License

GroupId

GroupId

io.github.iamsurajgharat
ArtifactId

ArtifactId

expression-tree_2.13
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Expression Tree
A scala library to convert predicates or expressions into runtime lambdas
Project Organization

Project Organization

iamsurajgharat

Download expression-tree_2.13

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.iamsurajgharat/expression-tree_2.13/ -->
<dependency>
    <groupId>io.github.iamsurajgharat</groupId>
    <artifactId>expression-tree_2.13</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.iamsurajgharat/expression-tree_2.13/
implementation 'io.github.iamsurajgharat:expression-tree_2.13:1.0.2'
// https://jarcasting.com/artifacts/io.github.iamsurajgharat/expression-tree_2.13/
implementation ("io.github.iamsurajgharat:expression-tree_2.13:1.0.2")
'io.github.iamsurajgharat:expression-tree_2.13:jar:1.0.2'
<dependency org="io.github.iamsurajgharat" name="expression-tree_2.13" rev="1.0.2">
  <artifact name="expression-tree_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.iamsurajgharat', module='expression-tree_2.13', version='1.0.2')
)
libraryDependencies += "io.github.iamsurajgharat" % "expression-tree_2.13" % "1.0.2"
[io.github.iamsurajgharat/expression-tree_2.13 "1.0.2"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.1
com.github.nscala-time : nscala-time_2.13 jar 2.30.0

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.13 jar 3.2.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
0.0.1