| GroupId | GroupIdio.usersight.sdk |
|---|---|
| ArtifactId | ArtifactIdusersightsdk |
| Version | Version1.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| usersightsdk-1.0.0.pom | |
| usersightsdk-1.0.0-sources.jar | 29 KB |
| usersightsdk-1.0.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.usersight.sdk/usersightsdk/ -->
<dependency>
<groupId>io.usersight.sdk</groupId>
<artifactId>usersightsdk</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.usersight.sdk/usersightsdk/
implementation 'io.usersight.sdk:usersightsdk:1.0.0'
// https://jarcasting.com/artifacts/io.usersight.sdk/usersightsdk/
implementation ("io.usersight.sdk:usersightsdk:1.0.0")
'io.usersight.sdk:usersightsdk:aar:1.0.0'
<dependency org="io.usersight.sdk" name="usersightsdk" rev="1.0.0">
<artifact name="usersightsdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.usersight.sdk', module='usersightsdk', version='1.0.0')
)
libraryDependencies += "io.usersight.sdk" % "usersightsdk" % "1.0.0"
[io.usersight.sdk/usersightsdk "1.0.0"]