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.5.jar download
bun-1.1.5.pom download
bun-1.1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mvnpm</groupId>
  <artifactId>bun</artifactId>
  <version>1.1.5</version>
</dependency>
Gradle Groovy
implementation 'org.mvnpm:bun:1.1.5'
Gradle Kotlin
implementation("org.mvnpm:bun:1.1.5")
Scala SBT
libraryDependencies += "org.mvnpm" % "bun" % "1.1.5"
Groovy Grape
@Grapes(
  @Grab(group='org.mvnpm', module='bun', version='1.1.5')
)
Apache Ivy
<dependency org="org.mvnpm" name="bun" rev="1.1.5" />
Leiningen
[org.mvnpm/bun "1.1.5"]
Apache Buildr
'org.mvnpm:bun:jar:1.1.5'
Dependencies
The project has no third-party dependencies