codacy-analysis-cli-model_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.codacy</groupId> <artifactId>codacy-analysis-cli-model_2.13</artifactId> <version>7.10.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>com.codacy</groupId> <artifactId>codacy-analysis-cli-model_2.13</artifactId> <packaging>jar</packaging> <description>Library with analysis models</description> <url>https://github.com/codacy/codacy-analysis-cli</url> <version>7.10.0</version> <licenses> <license> <name>Apache 2</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <name>codacy-analysis-cli-model</name> <inceptionYear>2018</inceptionYear> <organization> <name>Codacy</name> <url>https://www.codacy.com</url> </organization> <scm> <url>https://github.com/codacy/codacy-analysis-cli</url> <connection>scm:git:git@github.com:codacy/codacy-analysis-cli.git</connection> </scm> <developers> <developer> <id>codacy</id> <name>Codacy</name> <url>https://www.codacy.com</url> <email>team@codacy.com</email> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.13.16</version> </dependency> <dependency> <groupId>io.circe</groupId> <artifactId>circe-core_2.13</artifactId> <version>0.12.3</version> </dependency> <dependency> <groupId>io.circe</groupId> <artifactId>circe-generic_2.13</artifactId> <version>0.12.3</version> </dependency> <dependency> <groupId>io.circe</groupId> <artifactId>circe-parser_2.13</artifactId> <version>0.12.3</version> </dependency> <dependency> <groupId>io.circe</groupId> <artifactId>circe-yaml_2.13</artifactId> <version>0.13.1</version> </dependency> <dependency> <groupId>com.codacy</groupId> <artifactId>codacy-plugins-api_2.13</artifactId> <version>10.0.0</version> </dependency> <dependency> <groupId>org.specs2</groupId> <artifactId>specs2-core_2.13</artifactId> <version>4.8.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.specs2</groupId> <artifactId>specs2-mock_2.13</artifactId> <version>4.8.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.specs2</groupId> <artifactId>specs2-matcher-extra_2.13</artifactId> <version>4.8.1</version> <scope>test</scope> </dependency> </dependencies> </project>