Files download
File Operation
lazy-1.1.0.jar download
lazy-1.1.0.pom download
lazy-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>ru.noties</groupId>
  <artifactId>lazy</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'ru.noties:lazy:1.1.0'
Gradle Kotlin
implementation("ru.noties:lazy:1.1.0")
Scala SBT
libraryDependencies += "ru.noties" % "lazy" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='ru.noties', module='lazy', version='1.1.0')
)
Apache Ivy
<dependency org="ru.noties" name="lazy" rev="1.1.0" />
Leiningen
[ru.noties/lazy "1.1.0"]
Apache Buildr
'ru.noties:lazy:jar:1.1.0'