scalafix-forbidden-class_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.tanin47</groupId>
<artifactId>scalafix-forbidden-class_2.13</artifactId>
<version>1.0.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.tanin47</groupId>
<artifactId>scalafix-forbidden-class_2.13</artifactId>
<packaging>jar</packaging>
<description>rules</description>
<url>https://github.com/tanin47/scalafix-forbidden-class</url>
<version>1.0.0</version>
<licenses>
<license>
<name>MIT</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>rules</name>
<organization>
<name>io.github.tanin47</name>
<url>https://github.com/tanin47/scalafix-forbidden-class</url>
</organization>
<scm>
<url>https://github.com/tanin47/scalafix-forbidden-class</url>
<connection>scm:git@github.com:tanin47/scalafix-forbidden-class.git</connection>
</scm>
<developers>
<developer>
<id>tanin</id>
<name>Tanin Na Nakorn</name>
<url>https://github.com/tanin47</url>
<email>@tanin</email>
</developer>
</developers>
<properties>
<info.versionScheme>semver-spec</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.17</version>
</dependency>
<dependency>
<groupId>ch.epfl.scala</groupId>
<artifactId>scalafix-core_2.13</artifactId>
<version>0.14.4</version>
</dependency>
</dependencies>
</project>