is not current version
Last Version 1.7

pl.joegreen:lambda-from-string 1.3

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

GroupId

GroupId

pl.joegreen
ArtifactId

ArtifactId

lambda-from-string
Version

Version

1.3
Type

Type

jar

Download lambda-from-string 1.3


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