scapegoat-scalafix_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.dedis</groupId> <artifactId>scapegoat-scalafix_3</artifactId> <version>1.1.4</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.dedis</groupId> <artifactId>scapegoat-scalafix_3</artifactId> <packaging>jar</packaging> <description>rules</description> <url>https://github.com/dedis/scapegoat-scalafix</url> <version>1.1.4</version> <licenses> <license> <name>GPL 3.0</name> <url>https://www.gnu.org/licenses/gpl-3.0.en.html</url> <distribution>repo</distribution> </license> </licenses> <name>rules</name> <organization> <name>dedis</name> <url>https://dedis.epfl.ch</url> </organization> <scm> <url>https://github.com/dedis/scapegoat-scalafix</url> <connection>scm:git@github.com:dedis/scapegoat-scalafix.git</connection> </scm> <developers> <developer> <id>t1b00</id> <name>Thibault Czarniak</name> <url>https://www.linkedin.com/in/thcz/</url> <email>thibault.czarniak@epfl.ch</email> </developer> </developers> <properties> <info.versionScheme>pvp</info.versionScheme> </properties> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> <version>3.3.1</version> </dependency> <dependency> <groupId>ch.epfl.scala</groupId> <artifactId>scalafix-core_2.13</artifactId> <version>0.12.1</version> </dependency> </dependencies> </project>