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