не последняя версия
Последняя версия 3.0.5

org.codehaus.jedi:jedi 3.0.0

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.

Группа

Группа

org.codehaus.jedi
Идентификатор

Идентификатор

jedi
Версия

Версия

3.0.0
Тип

Тип

pom

Скачать jedi 3.0.0

Имя Файла Размер
jedi-3.0.0.pom 2 KB
Обзор

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