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