MVN

org.webjars.bower : angucomplete-alt

Maven & Gradle

Feb 01, 2017
946 stars

angucomplete-alt · WebJar for angucomplete-alt

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>angucomplete-alt</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bower : angucomplete-alt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0

All Versions

Choose a version of org.webjars.bower : angucomplete-alt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
angucomplete-alt-3.0.0
2.5.x
angucomplete-alt-2.5.0
2.4.x
angucomplete-alt-2.4.1
2.1.x
angucomplete-alt-2.1.0
2.0.x
angucomplete-alt-2.0.3
angucomplete-alt-2.0.2
1.2.x
angucomplete-alt-1.2.3
1.1.x
angucomplete-alt-1.1.0
0.0.x
angucomplete-alt-0.0.38

How to add a dependency to Maven

Add the following org.webjars.bower : angucomplete-alt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>angucomplete-alt</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bower : angucomplete-alt gradle dependency to your build.gradle file:

implementation 'org.webjars.bower:angucomplete-alt:3.0.0'

Gradle Kotlin DSL: Add the following org.webjars.bower : angucomplete-alt gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bower:angucomplete-alt:3.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bower : angucomplete-alt sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bower" % "angucomplete-alt" % "3.0.0"

Advertisement