MVN

com.speedment.common : lazy

Maven & Gradle

Sep 05, 2019
5 usages

Speedment - Common - Lazy · A collection of Lazy classes that can be used for lazy initialization of variables.

<dependency>
    <groupId>com.speedment.common</groupId>
    <artifactId>lazy</artifactId>
    <version>3.1.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.speedment.common : lazy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.18

All Versions

Choose a version of com.speedment.common : lazy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
lazy-3.1.18
lazy-3.1.17
lazy-3.1.16
lazy-3.1.15
lazy-3.1.14
lazy-3.1.13
lazy-3.1.12
1.0.x
lazy-1.0.4
lazy-1.0.3
lazy-1.0.2
lazy-1.0.1
lazy-1.0.0

How to add a dependency to Maven

Add the following com.speedment.common : lazy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.speedment.common</groupId>
    <artifactId>lazy</artifactId>
    <version>3.1.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.speedment.common : lazy gradle dependency to your build.gradle file:

implementation 'com.speedment.common:lazy:3.1.18'

Gradle Kotlin DSL: Add the following com.speedment.common : lazy gradle kotlin dependency to your build.gradle.kts file:

implementation("com.speedment.common:lazy:3.1.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.speedment.common : lazy sbt scala dependency to your build.sbt file:

libraryDependencies += "com.speedment.common" % "lazy" % "3.1.18"