another-module_2.11
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.47deg</groupId>
<artifactId>another-module_2.11</artifactId>
<version>0.2.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.47deg</groupId>
<artifactId>another-module_2.11</artifactId>
<packaging>jar</packaging>
<description>another-module</description>
<url>https://47deg.github.io/sbt-dependencies-tests/</url>
<version>0.2.0</version>
<licenses>
<license>
<name>Apache License</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>another-module</name>
<inceptionYear>2017</inceptionYear>
<organization>
<name>47 Degrees</name>
<url>http://47deg.com</url>
</organization>
<scm>
<url>https://github.com/47deg/sbt-dependencies-tests</url>
<connection>scm:git:git@github.com:47deg/sbt-dependencies-tests.git</connection>
</scm>
<developers>
<developer>
<id>47degdev</id>
<name>47 Degrees (twitter: @47deg)</name>
<url>http://github.com/47degdev</url>
</developer>
</developers>
<properties>
<info.apiURL>https://47deg.github.io/sbt-dependencies-tests/api/</info.apiURL>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.11.11</version>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-core_2.11</artifactId>
<version>1.0.0-MF</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.11</artifactId>
<version>3.0.4</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>