MVN

org.fujion.webjars : webjar-angular

Maven & Gradle

Apr 05, 2022
1 usages

Angular · Angular libraries.

<dependency>
    <groupId>org.fujion.webjars</groupId>
    <artifactId>webjar-angular</artifactId>
    <version>13.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.fujion.webjars : webjar-angular to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 13.3.1

All Versions

Choose a version of org.fujion.webjars : webjar-angular to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
13.3.x
webjar-angular-13.3.1
13.2.x
webjar-angular-13.2.3
13.1.x
webjar-angular-13.1.3
webjar-angular-13.1.1-1
webjar-angular-13.1.1
12.2.x
webjar-angular-12.2.14
12.1.x
webjar-angular-12.1.1
12.0.x
webjar-angular-12.0.4
11.2.x
webjar-angular-11.2.12-10
webjar-angular-11.2.12
webjar-angular-11.2.6
webjar-angular-11.2.1
10.1.x
webjar-angular-10.1.2
10.0.x
webjar-angular-10.0.11
7.2.x
webjar-angular-7.2.4
6.1.x
webjar-angular-6.1.4

How to add a dependency to Maven

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

<dependency>
    <groupId>org.fujion.webjars</groupId>
    <artifactId>webjar-angular</artifactId>
    <version>13.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.fujion.webjars : webjar-angular gradle dependency to your build.gradle file:

implementation 'org.fujion.webjars:webjar-angular:13.3.1'

Gradle Kotlin DSL: Add the following org.fujion.webjars : webjar-angular gradle kotlin dependency to your build.gradle.kts file:

implementation("org.fujion.webjars:webjar-angular:13.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.fujion.webjars : webjar-angular sbt scala dependency to your build.sbt file:

libraryDependencies += "org.fujion.webjars" % "webjar-angular" % "13.3.1"

Advertisement