is not current version
Last Version 2.0.3

com.github.hervian:lambda-factory 2.0.2

A fast alternative to Java Reflection API's method invocation

GroupId

GroupId

com.github.hervian
ArtifactId

ArtifactId

lambda-factory
Version

Version

2.0.2
Type

Type

jar

Download lambda-factory 2.0.2


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