GroupId | GroupIdcom.handpoint.api.shared |
---|---|
ArtifactId | ArtifactIddevice103 |
Version | Version6.3.0 |
Type | Typeaar |
Filename | Size |
---|---|
device103-6.3.0.pom | |
device103-6.3.0.aar | 6 KB |
device103-6.3.0-sources.jar | 261 bytes |
device103-6.3.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.handpoint.api.shared/device103/ -->
<dependency>
<groupId>com.handpoint.api.shared</groupId>
<artifactId>device103</artifactId>
<version>6.3.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.handpoint.api.shared/device103/
implementation 'com.handpoint.api.shared:device103:6.3.0'
// https://jarcasting.com/artifacts/com.handpoint.api.shared/device103/
implementation ("com.handpoint.api.shared:device103:6.3.0")
'com.handpoint.api.shared:device103:aar:6.3.0'
<dependency org="com.handpoint.api.shared" name="device103" rev="6.3.0">
<artifact name="device103" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.handpoint.api.shared', module='device103', version='6.3.0')
)
libraryDependencies += "com.handpoint.api.shared" % "device103" % "6.3.0"
[com.handpoint.api.shared/device103 "6.3.0"]