License |
License |
---|---|
GroupId | GroupIddev.zacsweers.redacted |
ArtifactId | ArtifactIdredacted-compiler-plugin |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRedacted Compiler Plugin
A Kotlin compiler plugin that generates redacted toString() implementations.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/dev.zacsweers.redacted/redacted-compiler-plugin/ -->
<dependency>
<groupId>dev.zacsweers.redacted</groupId>
<artifactId>redacted-compiler-plugin</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.zacsweers.redacted/redacted-compiler-plugin/
implementation 'dev.zacsweers.redacted:redacted-compiler-plugin:1.1.0'
// https://jarcasting.com/artifacts/dev.zacsweers.redacted/redacted-compiler-plugin/
implementation ("dev.zacsweers.redacted:redacted-compiler-plugin:1.1.0")
'dev.zacsweers.redacted:redacted-compiler-plugin:jar:1.1.0'
<dependency org="dev.zacsweers.redacted" name="redacted-compiler-plugin" rev="1.1.0">
<artifact name="redacted-compiler-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.zacsweers.redacted', module='redacted-compiler-plugin', version='1.1.0')
)
libraryDependencies += "dev.zacsweers.redacted" % "redacted-compiler-plugin" % "1.1.0"
[dev.zacsweers.redacted/redacted-compiler-plugin "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.7.0-RC2 |
Group / Artifact | Type | Version |
---|---|---|
com.google.auto.service : auto-service-annotations | jar | 1.0.1 |