is not current version
Last Version 1.7

pl.joegreen:lambda-from-string 1.0

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.0
Type

Type

jar

Download lambda-from-string 1.0


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