MVN

org.webjars.npm : esbuild

Maven & Gradle

Jul 15, 2023
1 usages
37.2k stars

esbuild · WebJar for esbuild

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

Latest Version

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

  • Latest Stable: 0.18.13

All Versions

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

Version Vulnerabilities Updated
0.18.x
esbuild-0.18.13
0.15.x
esbuild-0.15.18
esbuild-0.15.16
esbuild-0.15.13
0.14.x
esbuild-0.14.54
esbuild-0.14.29
0.13.x
esbuild-0.13.15
0.12.x
esbuild-0.12.26

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>esbuild</artifactId>
    <version>0.18.13</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars.npm:esbuild:0.18.13'

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

implementation("org.webjars.npm:esbuild:0.18.13")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars.npm" % "esbuild" % "0.18.13"

Advertisement