GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdxhr |
Version | Version2.3.0 |
Type | Typejar |
Filename | Size |
---|---|
xhr-2.3.0.pom | |
xhr-2.3.0.jar | 12 KB |
xhr-2.3.0-sources.jar | 22 bytes |
xhr-2.3.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/xhr/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>xhr</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/xhr/
implementation 'org.webjars.npm:xhr:2.3.0'
// https://jarcasting.com/artifacts/org.webjars.npm/xhr/
implementation ("org.webjars.npm:xhr:2.3.0")
'org.webjars.npm:xhr:jar:2.3.0'
<dependency org="org.webjars.npm" name="xhr" rev="2.3.0">
<artifact name="xhr" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='xhr', version='2.3.0')
)
libraryDependencies += "org.webjars.npm" % "xhr" % "2.3.0"
[org.webjars.npm/xhr "2.3.0"]