r

redacted-compiler-plugin-annotations-macosarm64

A Kotlin compiler plugin that generates redacted toString() implementations.
https://github.com/ZacSweers/redacted-compiler-plugin/
The Apache Software License, Version 2.0
Zac Sweers
文件下载
文件名 操作
redacted-compiler-plugin-annotations-macosarm64-1.8.0-alpha03.pom 下载
redacted-compiler-plugin-annotations-macosarm64-1.8.0-alpha03-sources.jar 下载
Apache Maven
<dependency>
  <groupId>dev.zacsweers.redacted</groupId>
  <artifactId>redacted-compiler-plugin-annotations-macosarm64</artifactId>
  <version>1.8.0-alpha03</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'dev.zacsweers.redacted:redacted-compiler-plugin-annotations-macosarm64:1.8.0-alpha03'
Gradle Kotlin
implementation("dev.zacsweers.redacted:redacted-compiler-plugin-annotations-macosarm64:1.8.0-alpha03")
Scala SBT
libraryDependencies += "dev.zacsweers.redacted" % "redacted-compiler-plugin-annotations-macosarm64" % "1.8.0-alpha03"
Groovy Grape
@Grapes(
  @Grab(group='dev.zacsweers.redacted', module='redacted-compiler-plugin-annotations-macosarm64', version='1.8.0-alpha03')
)
Apache Ivy
<dependency org="dev.zacsweers.redacted" name="redacted-compiler-plugin-annotations-macosarm64" rev="1.8.0-alpha03" />
Leiningen
[dev.zacsweers.redacted/redacted-compiler-plugin-annotations-macosarm64 "1.8.0-alpha03"]
Apache Buildr
'dev.zacsweers.redacted:redacted-compiler-plugin-annotations-macosarm64:jar:1.8.0-alpha03'