is not current version
Last Version 0.27.2

org.webjars.npm:axios 0.20.0

WebJar for axios

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

axios
Version

Version

0.20.0
Type

Type

jar

Download axios 0.20.0


<!-- https://jarcasting.com/artifacts/org.webjars.npm/axios/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>axios</artifactId>
    <version>0.20.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/axios/
implementation 'org.webjars.npm:axios:0.20.0'
// https://jarcasting.com/artifacts/org.webjars.npm/axios/
implementation ("org.webjars.npm:axios:0.20.0")
'org.webjars.npm:axios:jar:0.20.0'
<dependency org="org.webjars.npm" name="axios" rev="0.20.0">
  <artifact name="axios" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='axios', version='0.20.0')
)
libraryDependencies += "org.webjars.npm" % "axios" % "0.20.0"
[org.webjars.npm/axios "0.20.0"]