MVN

org.codehaus.jedi : jedi

Maven & Gradle

Apr 09, 2011

Jedi · Java's syntactic and library support for these components tends to cause the above concerns to be mixed with each other, with other concerns, and with low-level implementation details. This means that the code is cluttered, verbose and does not express intent very well. Jedi aims to repair this by providing a library of routines for filtering, iteration, conversion from one collection type to another, first order logic functions, etc. It makes extensive use of higher order functions and closures (also known as 'blocks' or 'lambdas' that can be implemented manually or by annotations.

<dependency>
    <groupId>org.codehaus.jedi</groupId>
    <artifactId>jedi</artifactId>
    <version>3.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.jedi : jedi to add to Maven - Latest Versions:

  • Latest Stable: 3.0.5

All Versions

Choose a version of org.codehaus.jedi : jedi to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
jedi-3.0.5
jedi-3.0.4
jedi-3.0.3
jedi-3.0.2
jedi-3.0.1
jedi-3.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.codehaus.jedi</groupId>
    <artifactId>jedi</artifactId>
    <version>3.0.5</version>
</dependency>