is not current version
Last Version 1.0.2

nl.talsmasoftware:lazy4j 1.0.1

A generic Lazy class in java

GroupId

GroupId

nl.talsmasoftware
ArtifactId

ArtifactId

lazy4j
Version

Version

1.0.1
Type

Type

jar

Download lazy4j 1.0.1


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