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