MVN

org.webjars.bowergithub.angular : bower-angular-resource

Maven & Gradle

Nov 02, 2020
92 stars

angular-resource · WebJar for angular-resource

<dependency>
    <groupId>org.webjars.bowergithub.angular</groupId>
    <artifactId>bower-angular-resource</artifactId>
    <version>1.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bowergithub.angular : bower-angular-resource to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.0

All Versions

Choose a version of org.webjars.bowergithub.angular : bower-angular-resource to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
bower-angular-resource-1.8.0
1.7.x
bower-angular-resource-1.7.8
bower-angular-resource-1.7.7
bower-angular-resource-1.7.5
bower-angular-resource-1.7.3
bower-angular-resource-1.7.2
bower-angular-resource-1.7.0
1.6.x
bower-angular-resource-1.6.10
bower-angular-resource-1.6.9
1.2.x
bower-angular-resource-1.2.25

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.bowergithub.angular</groupId>
    <artifactId>bower-angular-resource</artifactId>
    <version>1.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bowergithub.angular : bower-angular-resource gradle dependency to your build.gradle file:

implementation 'org.webjars.bowergithub.angular:bower-angular-resource:1.8.0'

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

implementation("org.webjars.bowergithub.angular:bower-angular-resource:1.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bowergithub.angular : bower-angular-resource sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bowergithub.angular" % "bower-angular-resource" % "1.8.0"