r

redacted-compiler-plugin-annotations-wasm

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
Files download
File Operation
redacted-compiler-plugin-annotations-wasm-1.6.1.pom download
redacted-compiler-plugin-annotations-wasm-1.6.1-sources.jar download
Apache Maven
<dependency>
  <groupId>dev.zacsweers.redacted</groupId>
  <artifactId>redacted-compiler-plugin-annotations-wasm</artifactId>
  <version>1.6.1</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'dev.zacsweers.redacted:redacted-compiler-plugin-annotations-wasm:1.6.1'
Gradle Kotlin
implementation("dev.zacsweers.redacted:redacted-compiler-plugin-annotations-wasm:1.6.1")
Scala SBT
libraryDependencies += "dev.zacsweers.redacted" % "redacted-compiler-plugin-annotations-wasm" % "1.6.1"
Groovy Grape
@Grapes(
  @Grab(group='dev.zacsweers.redacted', module='redacted-compiler-plugin-annotations-wasm', version='1.6.1')
)
Apache Ivy
<dependency org="dev.zacsweers.redacted" name="redacted-compiler-plugin-annotations-wasm" rev="1.6.1" />
Leiningen
[dev.zacsweers.redacted/redacted-compiler-plugin-annotations-wasm "1.6.1"]
Apache Buildr
'dev.zacsweers.redacted:redacted-compiler-plugin-annotations-wasm:jar:1.6.1'