MVN

org.webjars.npm : autosize

Maven & Gradle

Feb 16, 2023
3 usages

autosize · WebJar for autosize

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>autosize</artifactId>
    <version>6.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.0.1

All Versions

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

  • Version Updated
  • autosize-6.0.1

    Feb 16, 2023
  • autosize-5.0.2

    Dec 24, 2022
  • autosize-5.0.1

    Jul 10, 2021
  • autosize-4.0.2

    Jul 11, 2018
  • autosize-4.0.0

    Aug 13, 2017
  • autosize-3.0.17

    Aug 02, 2016

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>autosize</artifactId>
    <version>6.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars.npm:autosize:6.0.1'

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

implementation("org.webjars.npm:autosize:6.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars.npm" % "autosize" % "6.0.1"