Lambda from String

Java8 library that can create a lambda from its code stored in a string

License

License

GroupId

GroupId

pl.joegreen
ArtifactId

ArtifactId

lambda-from-string
Last Version

Last Version

1.7
Release Date

Release Date

Type

Type

jar
Description

Description

Lambda from String
Java8 library that can create a lambda from its code stored in a string
Project URL

Project URL

https://github.com/greenjoe/lambdaFromString

Download lambda-from-string

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.eclipse.jdt.core.compiler : ecj Optional jar 4.6.1
org.apache.commons : commons-lang3 jar 3.6

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.6.0
org.junit.jupiter : junit-jupiter-params jar 5.6.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0