MVN

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

Maven & Gradle

Mar 16, 2023
357 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-watchosx86</artifactId>
    <version>1.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.3.1
  • Latest Release Candidate: 1.0.1-1.7.0-RC2
  • Latest Beta: 1.2.1-1.8.0-Beta01

All Versions

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

Version Vulnerabilities Updated
1.3.x
redacted-compiler-plugin-annotations-watchosx86-1.3.1
redacted-compiler-plugin-annotations-watchosx86-1.3.0
1.2.x
redacted-compiler-plugin-annotations-watchosx86-1.2.1-1.8.0-Beta01
redacted-compiler-plugin-annotations-watchosx86-1.2.1
redacted-compiler-plugin-annotations-watchosx86-1.2.0
1.1.x
redacted-compiler-plugin-annotations-watchosx86-1.1.0
1.0.x
redacted-compiler-plugin-annotations-watchosx86-1.0.1-1.7.0-RC2
redacted-compiler-plugin-annotations-watchosx86-1.0.1
redacted-compiler-plugin-annotations-watchosx86-1.0.0
0.10.x
redacted-compiler-plugin-annotations-watchosx86-0.10.0
redacted-compiler-plugin-annotations-watchosx86-0.10.0-RC1

How to add a dependency to Maven

Add the following dev.zacsweers.redacted : redacted-compiler-plugin-annotations-watchosx86 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-watchosx86</artifactId>
    <version>1.3.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'dev.zacsweers.redacted:redacted-compiler-plugin-annotations-watchosx86:1.3.1'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement