MVN

dev.zacsweers.redacted : redacted-compiler-plugin-annotations

Maven & Gradle

Jul 08, 2023
359 stars

Redacted Compiler Plugin Annotations · A Kotlin compiler plugin that generates redacted toString() implementations.

<dependency>
    <groupId>dev.zacsweers.redacted</groupId>
    <artifactId>redacted-compiler-plugin-annotations</artifactId>
    <version>1.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.zacsweers.redacted : redacted-compiler-plugin-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.0
  • Latest Release Candidate: 1.3.1-1.8.20-RC
  • Latest Beta: 1.3.0-1.8.20-Beta

All Versions

Choose a version of dev.zacsweers.redacted : redacted-compiler-plugin-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
redacted-compiler-plugin-annotations-1.6.0
1.5.x
redacted-compiler-plugin-annotations-1.5.0
1.4.x
redacted-compiler-plugin-annotations-1.4.0
1.3.x
redacted-compiler-plugin-annotations-1.3.1-1.8.20-RC
redacted-compiler-plugin-annotations-1.3.1
redacted-compiler-plugin-annotations-1.3.0-1.8.20-Beta
redacted-compiler-plugin-annotations-1.3.0
1.2.x
redacted-compiler-plugin-annotations-1.2.1-1.8.0-Beta01
redacted-compiler-plugin-annotations-1.2.1
redacted-compiler-plugin-annotations-1.2.0
1.1.x
redacted-compiler-plugin-annotations-1.1.0
1.0.x
redacted-compiler-plugin-annotations-1.0.1-1.7.0-RC2
redacted-compiler-plugin-annotations-1.0.1
redacted-compiler-plugin-annotations-1.0.0
0.10.x
redacted-compiler-plugin-annotations-0.10.0
redacted-compiler-plugin-annotations-0.10.0-RC1
0.9.x
redacted-compiler-plugin-annotations-0.9.0
0.8.x
redacted-compiler-plugin-annotations-0.8.3
redacted-compiler-plugin-annotations-0.8.2
redacted-compiler-plugin-annotations-0.8.1
redacted-compiler-plugin-annotations-0.8.0
0.6.x
redacted-compiler-plugin-annotations-0.6.1
redacted-compiler-plugin-annotations-0.6.0
0.5.x
redacted-compiler-plugin-annotations-0.5.0
0.4.x
redacted-compiler-plugin-annotations-0.4.0
0.3.x
redacted-compiler-plugin-annotations-0.3.0
0.2.x
redacted-compiler-plugin-annotations-0.2.0-1.4-M3
redacted-compiler-plugin-annotations-0.2.0

How to add a dependency to Maven

Add the following dev.zacsweers.redacted : redacted-compiler-plugin-annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.zacsweers.redacted</groupId>
    <artifactId>redacted-compiler-plugin-annotations</artifactId>
    <version>1.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.zacsweers.redacted : redacted-compiler-plugin-annotations gradle dependency to your build.gradle file:

implementation 'dev.zacsweers.redacted:redacted-compiler-plugin-annotations:1.6.0'

Gradle Kotlin DSL: Add the following dev.zacsweers.redacted : redacted-compiler-plugin-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.zacsweers.redacted:redacted-compiler-plugin-annotations:1.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.zacsweers.redacted : redacted-compiler-plugin-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.zacsweers.redacted" % "redacted-compiler-plugin-annotations" % "1.6.0"