| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.iamsurajgharat |
| Идентификатор | Идентификаторexpression-tree_2.13 |
| Версия | Версия0.0.1 |
| Тип | Типjar |
| Описание |
ОписаниеExpression Tree
A scala library to convert predicates or expressions into runtime lambdas
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| expression-tree_2.13-0.0.1.pom | |
| expression-tree_2.13-0.0.1.jar | 63 KB |
| expression-tree_2.13-0.0.1-sources.jar | 5 KB |
| expression-tree_2.13-0.0.1-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.iamsurajgharat/expression-tree_2.13/ -->
<dependency>
<groupId>io.github.iamsurajgharat</groupId>
<artifactId>expression-tree_2.13</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.iamsurajgharat/expression-tree_2.13/
implementation 'io.github.iamsurajgharat:expression-tree_2.13:0.0.1'
// https://jarcasting.com/artifacts/io.github.iamsurajgharat/expression-tree_2.13/
implementation ("io.github.iamsurajgharat:expression-tree_2.13:0.0.1")
'io.github.iamsurajgharat:expression-tree_2.13:jar:0.0.1'
<dependency org="io.github.iamsurajgharat" name="expression-tree_2.13" rev="0.0.1">
<artifact name="expression-tree_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.iamsurajgharat', module='expression-tree_2.13', version='0.0.1')
)
libraryDependencies += "io.github.iamsurajgharat" % "expression-tree_2.13" % "0.0.1"
[io.github.iamsurajgharat/expression-tree_2.13 "0.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.13.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.scalatest : scalatest_2.13 | jar | 3.2.11 |