Download lazy-0.4.1.jar file - Jar l

Jar examples for l:lazy

Description

A collection of Lazy classes that can be used for lazy initialization of variables.

You can download jar file lazy 0.4.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add lazy-0.4.1.jar to your project.

<dependency>
   <groupId>br.com.objectos.way</groupId>
   <artifactId>lazy</artifactId>
   <version>0.4.1</version>
</dependency>
compile group: 'br.com.objectos.way', name: 'lazy', version: '0.4.1'
libraryDependencies += "br.com.objectos.way" % "lazy" % "0.4.1"
<dependency org="br.com.objectos.way" name="lazy" rev="0.4.1"/>
@Grapes(@Grab(group='br.com.objectos.way', module='lazy', version='0.4.1'))
'br.com.objectos.way:lazy:jar:0.4.1'

Download

Click the following link to download the jar file.

lazy-0.4.1-javadoc.jar
lazy-0.4.1-sources.jar
lazy-0.4.1.jar
lazy-0.4.1.pom



Related Tutorials