MVN

org.webjars.bowergithub.verlok : vanilla-lazyload

Maven & Gradle

Apr 15, 2023
7.5k stars

vanilla-lazyload · WebJar for vanilla-lazyload

<dependency>
    <groupId>org.webjars.bowergithub.verlok</groupId>
    <artifactId>vanilla-lazyload</artifactId>
    <version>17.8.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bowergithub.verlok : vanilla-lazyload to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 17.8.3

All Versions

Choose a version of org.webjars.bowergithub.verlok : vanilla-lazyload to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
17.8.x
vanilla-lazyload-17.8.3
16.1.x
vanilla-lazyload-16.1.0
15.2.x
vanilla-lazyload-15.2.0
14.0.x
vanilla-lazyload-14.0.1
13.0.x
vanilla-lazyload-13.0.1
12.5.x
vanilla-lazyload-12.5.1
11.0.x
vanilla-lazyload-11.0.6
10.19.x
vanilla-lazyload-10.19.1

How to add a dependency to Maven

Add the following org.webjars.bowergithub.verlok : vanilla-lazyload maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.bowergithub.verlok</groupId>
    <artifactId>vanilla-lazyload</artifactId>
    <version>17.8.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bowergithub.verlok : vanilla-lazyload gradle dependency to your build.gradle file:

implementation 'org.webjars.bowergithub.verlok:vanilla-lazyload:17.8.3'

Gradle Kotlin DSL: Add the following org.webjars.bowergithub.verlok : vanilla-lazyload gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bowergithub.verlok:vanilla-lazyload:17.8.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bowergithub.verlok : vanilla-lazyload sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bowergithub.verlok" % "vanilla-lazyload" % "17.8.3"