| License |
License |
|---|---|
| GroupId | GroupIdco.streamx.fluent |
| ArtifactId | ArtifactIdex-tree |
| Last Version | Last Version2.7.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJava Expression Trees library
Build AST from the bytecode
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.ow2.asm : asm | jar | 9.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.20 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.danekja : jdk-serializable-functional | jar | 1.8.5 |