| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.collinalpert |
| Идентификатор | Идентификаторexpressions |
| Версия | Версия2.6.1 |
| Тип | Типjar |
| Описание |
Описание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.
|
| Имя Файла | Размер |
|---|---|
| expressions-2.6.1.pom | |
| expressions-2.6.1.jar | 212 KB |
| expressions-2.6.1-sources.jar | 48 KB |
| expressions-2.6.1-javadoc.jar | 230 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.collinalpert/expressions/ -->
<dependency>
<groupId>com.github.collinalpert</groupId>
<artifactId>expressions</artifactId>
<version>2.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.collinalpert/expressions/
implementation 'com.github.collinalpert:expressions:2.6.1'
// https://jarcasting.com/artifacts/com.github.collinalpert/expressions/
implementation ("com.github.collinalpert:expressions:2.6.1")
'com.github.collinalpert:expressions:jar:2.6.1'
<dependency org="com.github.collinalpert" name="expressions" rev="2.6.1">
<artifact name="expressions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.collinalpert', module='expressions', version='2.6.1')
)
libraryDependencies += "com.github.collinalpert" % "expressions" % "2.6.1"
[com.github.collinalpert/expressions "2.6.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.ow2.asm : asm | jar | 9.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.16 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.danekja : jdk-serializable-functional | jar | 1.9.0 |