| License |
License |
|---|---|
| GroupId | GroupIdio.github.iamsurajgharat |
| ArtifactId | ArtifactIdexpression-tree_2.13 |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionExpression Tree
A scala library to convert predicates or expressions into runtime lambdas
|
| Project Organization |
Project Organization |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalatest : scalatest_2.13 | jar | 3.2.11 |