Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdrequest-promise-native |
Version | Version1.0.5 |
Type | Typejar |
Filename | Size |
---|---|
request-promise-native-1.0.5.pom | |
request-promise-native-1.0.5.jar | 6 KB |
request-promise-native-1.0.5-sources.jar | 22 bytes |
request-promise-native-1.0.5-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/request-promise-native/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>request-promise-native</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/request-promise-native/
implementation 'org.webjars.npm:request-promise-native:1.0.5'
// https://jarcasting.com/artifacts/org.webjars.npm/request-promise-native/
implementation ("org.webjars.npm:request-promise-native:1.0.5")
'org.webjars.npm:request-promise-native:jar:1.0.5'
<dependency org="org.webjars.npm" name="request-promise-native" rev="1.0.5">
<artifact name="request-promise-native" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='request-promise-native', version='1.0.5')
)
libraryDependencies += "org.webjars.npm" % "request-promise-native" % "1.0.5"
[org.webjars.npm/request-promise-native "1.0.5"]