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.5.1.pom download
clarity-2.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.microsoft.clarity</groupId>
  <artifactId>clarity</artifactId>
  <version>2.5.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.microsoft.clarity:clarity:2.5.1'
Gradle Kotlin
implementation("com.microsoft.clarity:clarity:2.5.1")
Scala SBT
libraryDependencies += "com.microsoft.clarity" % "clarity" % "2.5.1"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.clarity', module='clarity', version='2.5.1')
)
Apache Ivy
<dependency org="com.microsoft.clarity" name="clarity" rev="2.5.1" />
Leiningen
[com.microsoft.clarity/clarity "2.5.1"]
Apache Buildr
'com.microsoft.clarity:clarity:jar:2.5.1'