sphere-mongo-core_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.commercetools</groupId>
<artifactId>sphere-mongo-core_2.13</artifactId>
<version>0.15.6</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.commercetools</groupId>
<artifactId>sphere-mongo-core_2.13</artifactId>
<packaging>jar</packaging>
<description>sphere-mongo-core</description>
<url>https://github.com/commercetools/sphere-scala-libs</url>
<version>0.15.6</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>sphere-mongo-core</name>
<organization>
<name>com.commercetools</name>
<url>https://github.com/commercetools/sphere-scala-libs</url>
</organization>
<scm>
<url>https://github.com/commercetools/sphere-scala-libs</url>
<connection>scm:git:https://github.com/commercetools/sphere-scala-libs.git</connection>
<developerConnection>scm:git:git@github.com:commercetools/sphere-scala-libs.git</developerConnection>
</scm>
<developers>
<developer>
<id>commercetools</id>
<name>commercetools</name>
<url>https://commercetools.com</url>
<email>ondemand@commercetools.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.16</version>
</dependency>
<dependency>
<groupId>com.commercetools</groupId>
<artifactId>sphere-util_2.13</artifactId>
<version>0.15.6</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.13</artifactId>
<version>3.2.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>scalacheck-1-16_2.13</artifactId>
<version>3.2.14.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_2.13</artifactId>
<version>1.18.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.17</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-core</artifactId>
<version>5.3.1</version>
</dependency>
</dependencies>
</project>