redacted-plugin_3.7.0
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.polentino</groupId> <artifactId>redacted-plugin_3.7.0</artifactId> <version>0.9.2</version> </dependency>
<?xml version='1.0' encoding='UTF-8'?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>io.github.polentino</groupId> <artifactId>redacted-plugin_3.7.0</artifactId> <packaging>jar</packaging> <description>Scala library and compiler plugin that prevent inadvertent leakage of sensitive fields in `case classes` (such as credentials, personal data, and other confidential information).</description> <url>https://github.com/polentino/redacted</url> <version>0.9.2</version> <licenses> <license> <name>WTFPL</name> <url>http://www.wtfpl.net/</url> <distribution>repo</distribution> </license> </licenses> <name>redacted-plugin</name> <organization> <name>io.github.polentino</name> <url>https://github.com/polentino/redacted</url> </organization> <scm> <url>https://github.com/polentino/redacted</url> <connection>scm:git@github.com:polentino/redacted.git</connection> </scm> <developers> <developer> <id>polentino</id> <name>Diego Casella</name> <url>https://linkedin.com/in/diegocasella</url> <email>polentino911@gmail.com</email> </developer> </developers> <properties> <info.versionScheme>early-semver</info.versionScheme> </properties> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-compiler_3</artifactId> <version>3.7.0</version> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> <version>3.7.0</version> </dependency> </dependencies> </project>