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