MVN

org.webjars.bowergithub.acornjs : acorn

Maven & Gradle

Jan 10, 2022
2 usages
10.2k stars

acorn · WebJar for acorn

<dependency>
    <groupId>org.webjars.bowergithub.acornjs</groupId>
    <artifactId>acorn</artifactId>
    <version>6.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bowergithub.acornjs : acorn to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.4.2

All Versions

Choose a version of org.webjars.bowergithub.acornjs : acorn to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.7.x
acorn-8.7.0
7.2.x
acorn-7.2.0
7.1.x
acorn-7.1.0
6.4.x
acorn-6.4.2
5.7.x
acorn-5.7.3
2.7.x
acorn-2.7.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.bowergithub.acornjs</groupId>
    <artifactId>acorn</artifactId>
    <version>6.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bowergithub.acornjs : acorn gradle dependency to your build.gradle file:

implementation 'org.webjars.bowergithub.acornjs:acorn:6.4.2'

Gradle Kotlin DSL: Add the following org.webjars.bowergithub.acornjs : acorn gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bowergithub.acornjs:acorn:6.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bowergithub.acornjs : acorn sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bowergithub.acornjs" % "acorn" % "6.4.2"

Advertisement