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