offler-rules_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.cchantep</groupId>
<artifactId>offler-rules_2.13</artifactId>
<version>1.1.0</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.cchantep</groupId>
<artifactId>offler-rules_2.13</artifactId>
<packaging>jar</packaging>
<description>Good practices & coding convention Scalafix rules</description>
<url>https://github.com/cchantep/offler/</url>
<version>1.1.0</version>
<licenses>
<license>
<name>MIT</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>offler-rules</name>
<organization>
<name>io.github.cchantep</name>
<url>https://github.com/cchantep/offler/</url>
</organization>
<scm>
<url>git@github.com:cchantep/offler.git</url>
<connection>scm:git:git@github.com:cchantep/offler.git</connection>
</scm>
<developers>
<developer>
<id>cchantep</id>
<name>cchantep</name>
<url>https://github.com/cchantep</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.18</version>
</dependency>
<dependency>
<groupId>ch.epfl.scala</groupId>
<artifactId>scalafix-core_2.13</artifactId>
<version>0.14.5</version>
</dependency>
</dependencies>
</project>