c

clarity

Clarity SDK is a free, easy-to-use library that captures how people actually use your application.
https://clarity.microsoft.com/
MIT License
Clarity Apps
Files download
File Operation
clarity-2.0.0.pom download
clarity-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.microsoft.clarity</groupId>
  <artifactId>clarity</artifactId>
  <version>2.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.microsoft.clarity:clarity:2.0.0'
Gradle Kotlin
implementation("com.microsoft.clarity:clarity:2.0.0")
Scala SBT
libraryDependencies += "com.microsoft.clarity" % "clarity" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.clarity', module='clarity', version='2.0.0')
)
Apache Ivy
<dependency org="com.microsoft.clarity" name="clarity" rev="2.0.0" />
Leiningen
[com.microsoft.clarity/clarity "2.0.0"]
Apache Buildr
'com.microsoft.clarity:clarity:jar:2.0.0'