MVN

org.webjars.bowergithub.ajaxorg : ace

Maven & Gradle

Feb 17, 2023
26.2k stars

ace · WebJar for ace

<dependency>
    <groupId>org.webjars.bowergithub.ajaxorg</groupId>
    <artifactId>ace</artifactId>
    <version>1.15.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.15.2

All Versions

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

Version Vulnerabilities Updated
1.15.x
ace-1.15.2
1.13.x
ace-1.13.1
1.4.x
ace-1.4.5
ace-1.4.3
ace-1.4.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.bowergithub.ajaxorg</groupId>
    <artifactId>ace</artifactId>
    <version>1.15.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars.bowergithub.ajaxorg:ace:1.15.2'

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

implementation("org.webjars.bowergithub.ajaxorg:ace:1.15.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars.bowergithub.ajaxorg" % "ace" % "1.15.2"

Advertisement