GroupId | GroupIdcom.capacitorjs |
---|---|
ArtifactId | ArtifactIddevice |
Version | Version1.0.5 |
Type | Typeaar |
Filename | Size |
---|---|
device-1.0.5.pom | |
device-1.0.5-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.capacitorjs/device/ -->
<dependency>
<groupId>com.capacitorjs</groupId>
<artifactId>device</artifactId>
<version>1.0.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.capacitorjs/device/
implementation 'com.capacitorjs:device:1.0.5'
// https://jarcasting.com/artifacts/com.capacitorjs/device/
implementation ("com.capacitorjs:device:1.0.5")
'com.capacitorjs:device:aar:1.0.5'
<dependency org="com.capacitorjs" name="device" rev="1.0.5">
<artifact name="device" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.capacitorjs', module='device', version='1.0.5')
)
libraryDependencies += "com.capacitorjs" % "device" % "1.0.5"
[com.capacitorjs/device "1.0.5"]