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