jedi-core

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-core
Последняя версия

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

3.0.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

jedi-core
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.

Скачать jedi-core

Как подключить последнюю версию

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

Зависимости

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.8.1
jmock : jmock jar 1.2.0
jmock : jmock-cglib jar 1.2.0

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0