GroupId | GroupIddev.zacsweers.redacted |
---|---|
ArtifactId | ArtifactIdredacted-compiler-plugin |
Version | Version0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/dev.zacsweers.redacted/redacted-compiler-plugin/ -->
<dependency>
<groupId>dev.zacsweers.redacted</groupId>
<artifactId>redacted-compiler-plugin</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.zacsweers.redacted/redacted-compiler-plugin/
implementation 'dev.zacsweers.redacted:redacted-compiler-plugin:0.1.0'
// https://jarcasting.com/artifacts/dev.zacsweers.redacted/redacted-compiler-plugin/
implementation ("dev.zacsweers.redacted:redacted-compiler-plugin:0.1.0")
'dev.zacsweers.redacted:redacted-compiler-plugin:jar:0.1.0'
<dependency org="dev.zacsweers.redacted" name="redacted-compiler-plugin" rev="0.1.0">
<artifact name="redacted-compiler-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.zacsweers.redacted', module='redacted-compiler-plugin', version='0.1.0')
)
libraryDependencies += "dev.zacsweers.redacted" % "redacted-compiler-plugin" % "0.1.0"
[dev.zacsweers.redacted/redacted-compiler-plugin "0.1.0"]