Files download
File Operation
sbt-esbuild-0.1.1.jar download
sbt-esbuild-0.1.1.pom download
Apache Maven
<dependency>
  <groupId>com.fiatjaf</groupId>
  <artifactId>sbt-esbuild</artifactId>
  <version>0.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.fiatjaf:sbt-esbuild:0.1.1'
Gradle Kotlin
implementation("com.fiatjaf:sbt-esbuild:0.1.1")
Scala SBT
libraryDependencies += "com.fiatjaf" % "sbt-esbuild" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.fiatjaf', module='sbt-esbuild', version='0.1.1')
)
Apache Ivy
<dependency org="com.fiatjaf" name="sbt-esbuild" rev="0.1.1" />
Leiningen
[com.fiatjaf/sbt-esbuild "0.1.1"]
Apache Buildr
'com.fiatjaf:sbt-esbuild:jar:0.1.1'
Dependencies
The project has no third-party dependencies