b

bun

Bun is a fast all-in-one JavaScript runtime.
https://bun.sh
MIT
bun
jarred robobun
Files download
File Operation
bun-1.1.8.jar download
bun-1.1.8.pom download
bun-1.1.8-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mvnpm</groupId>
  <artifactId>bun</artifactId>
  <version>1.1.8</version>
</dependency>
Gradle Groovy
implementation 'org.mvnpm:bun:1.1.8'
Gradle Kotlin
implementation("org.mvnpm:bun:1.1.8")
Scala SBT
libraryDependencies += "org.mvnpm" % "bun" % "1.1.8"
Groovy Grape
@Grapes(
  @Grab(group='org.mvnpm', module='bun', version='1.1.8')
)
Apache Ivy
<dependency org="org.mvnpm" name="bun" rev="1.1.8" />
Leiningen
[org.mvnpm/bun "1.1.8"]
Apache Buildr
'org.mvnpm:bun:jar:1.1.8'
Dependencies
The project has no third-party dependencies