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