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