| Лицензия |
Лицензия |
|---|---|
| Группа | Группаco.streamx.fluent |
| Идентификатор | Идентификаторex-tree |
| Последняя версия | Последняя версия2.7.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJava Expression Trees library
Build AST from the bytecode
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| ex-tree-2.7.2.pom | |
| ex-tree-2.7.2.jar | 101 KB |
| ex-tree-2.7.2-sources.jar | 49 KB |
| ex-tree-2.7.2-javadoc.jar | 166 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/co.streamx.fluent/ex-tree/ -->
<dependency>
<groupId>co.streamx.fluent</groupId>
<artifactId>ex-tree</artifactId>
<version>2.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/co.streamx.fluent/ex-tree/
implementation 'co.streamx.fluent:ex-tree:2.7.2'
// https://jarcasting.com/artifacts/co.streamx.fluent/ex-tree/
implementation ("co.streamx.fluent:ex-tree:2.7.2")
'co.streamx.fluent:ex-tree:jar:2.7.2'
<dependency org="co.streamx.fluent" name="ex-tree" rev="2.7.2">
<artifact name="ex-tree" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.streamx.fluent', module='ex-tree', version='2.7.2')
)
libraryDependencies += "co.streamx.fluent" % "ex-tree" % "2.7.2"
[co.streamx.fluent/ex-tree "2.7.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.ow2.asm : asm | jar | 9.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.20 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.danekja : jdk-serializable-functional | jar | 1.8.5 |