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