MVN

org.webjars.bower : axios

Maven & Gradle

May 12, 2021
104k stars

axios · WebJar for axios

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>axios</artifactId>
    <version>0.21.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.21.1

All Versions

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

Version Vulnerabilities Updated
0.21.x
axios-0.21.1
CVE-2021-3749
axios-0.21.0
CVE-2021-3749
0.17.x
axios-0.17.1
CVE-2021-3749
0.16.x
axios-0.16.1
CVE-2021-3749
axios-0.16.0
CVE-2021-3749
0.15.x
axios-0.15.3
CVE-2021-3749
axios-0.15.2
CVE-2021-3749
0.14.x
axios-0.14.0
CVE-2021-3749
0.13.x
axios-0.13.1
CVE-2021-3749

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>axios</artifactId>
    <version>0.21.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars.bower:axios:0.21.1'

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

implementation("org.webjars.bower:axios:0.21.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars.bower" % "axios" % "0.21.1"

Advertisement