lambdaj

The pseudo-functional collection manipulation library

License

License

GroupId

GroupId

com.googlecode.lambdaj
ArtifactId

ArtifactId

lambdaj
Last Version

Last Version

2.3.3
Release Date

Release Date

Type

Type

jar
Description

Description

lambdaj
The pseudo-functional collection manipulation library
Project URL

Project URL

http://code.google.com/p/lambdaj
Source Code Management

Source Code Management

http://code.google.com/p/lambdaj/source/browse

Download lambdaj

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.hamcrest : hamcrest-all jar 1.1
org.objenesis : objenesis jar 1.2
cglib : cglib-nodep jar 2.2

test (4)

Group / Artifact Type Version
junit : junit jar 4.7
org.jmock : jmock jar 2.4.0
net.sf.json-lib : json-lib jar 2.2.3
org.mockito : mockito-all Optional jar 1.7

Project Modules

There are no modules declared in this project.

Versions

Version
2.3.3
2.3.1
2.3
2.2
2.1
2.0
1.10