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