MVN

org.webjars.bower : imgLiquid

Maven & Gradle

Aug 12, 2015
973 stars

imgLiquid · WebJar for imgLiquid

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>imgLiquid</artifactId>
    <version>0.9.944</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bower : imgLiquid to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.944

All Versions

Choose a version of org.webjars.bower : imgLiquid to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
imgLiquid-0.9.944

How to add a dependency to Maven

Add the following org.webjars.bower : imgLiquid maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>imgLiquid</artifactId>
    <version>0.9.944</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bower : imgLiquid gradle dependency to your build.gradle file:

implementation 'org.webjars.bower:imgLiquid:0.9.944'

Gradle Kotlin DSL: Add the following org.webjars.bower : imgLiquid gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bower:imgLiquid:0.9.944")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bower : imgLiquid sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bower" % "imgLiquid" % "0.9.944"