MVN

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

Maven & Gradle

Jul 08, 2023
358 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-iosx64</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-iosx64 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-iosx64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
redacted-compiler-plugin-annotations-iosx64-1.6.0
1.5.x
redacted-compiler-plugin-annotations-iosx64-1.5.0
1.4.x
redacted-compiler-plugin-annotations-iosx64-1.4.0
1.3.x
redacted-compiler-plugin-annotations-iosx64-1.3.1-1.8.20-RC
redacted-compiler-plugin-annotations-iosx64-1.3.1
redacted-compiler-plugin-annotations-iosx64-1.3.0-1.8.20-Beta
redacted-compiler-plugin-annotations-iosx64-1.3.0
1.2.x
redacted-compiler-plugin-annotations-iosx64-1.2.1-1.8.0-Beta01
redacted-compiler-plugin-annotations-iosx64-1.2.1
redacted-compiler-plugin-annotations-iosx64-1.2.0
1.1.x
redacted-compiler-plugin-annotations-iosx64-1.1.0
1.0.x
redacted-compiler-plugin-annotations-iosx64-1.0.1-1.7.0-RC2
redacted-compiler-plugin-annotations-iosx64-1.0.1
redacted-compiler-plugin-annotations-iosx64-1.0.0
0.10.x
redacted-compiler-plugin-annotations-iosx64-0.10.0
redacted-compiler-plugin-annotations-iosx64-0.10.0-RC1

How to add a dependency to Maven

Add the following dev.zacsweers.redacted : redacted-compiler-plugin-annotations-iosx64 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-iosx64</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-iosx64 gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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