Last Version

lambdaFromString 1.7.0

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

License

License

GroupId

GroupId

de.labathome
ArtifactId

ArtifactId

lambda-from-string
Version

Version

1.7.0
Type

Type

jar
Description

Description

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

Project URL

https://github.com/jonathanschilling/lambdaFromString
Source Code Management

Source Code Management

https://github.com/jonathanschilling/lambdaFromString/tree/master

Download lambda-from-string 1.7.0


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

Dependencies

compile (2)

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

test (3)

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

Project Modules

There are no modules declared in this project.