is not current version
Last Version 3.0.5

org.codehaus.jedi:jedi 3.0.1

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.

GroupId

GroupId

org.codehaus.jedi
ArtifactId

ArtifactId

jedi
Version

Version

3.0.1
Type

Type

pom

Download jedi 3.0.1

Filename Size
jedi-3.0.1.pom 2 KB
Browse

<!-- https://jarcasting.com/artifacts/org.codehaus.jedi/jedi/ -->
<dependency>
    <groupId>org.codehaus.jedi</groupId>
    <artifactId>jedi</artifactId>
    <version>3.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.jedi/jedi/
implementation 'org.codehaus.jedi:jedi:3.0.1'
// https://jarcasting.com/artifacts/org.codehaus.jedi/jedi/
implementation ("org.codehaus.jedi:jedi:3.0.1")
'org.codehaus.jedi:jedi:pom:3.0.1'
<dependency org="org.codehaus.jedi" name="jedi" rev="3.0.1">
  <artifact name="jedi" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.jedi', module='jedi', version='3.0.1')
)
libraryDependencies += "org.codehaus.jedi" % "jedi" % "3.0.1"
[org.codehaus.jedi/jedi "3.0.1"]