xtract-testing_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.lucidchart</groupId>
<artifactId>xtract-testing_2.13</artifactId>
<version>2.3.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.lucidchart</groupId>
<artifactId>xtract-testing_2.13</artifactId>
<packaging>jar</packaging>
<description>Specs2 matchers for xtract.</description>
<url>https://github.com/lucidsoftware/xtract</url>
<version>2.3.0</version>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>xtract-testing</name>
<organization>
<name>com.lucidchart</name>
<url>https://github.com/lucidsoftware/xtract</url>
</organization>
<scm>
<url>https://github.com/lucidsoftware/xtract</url>
<connection>scm:git:git@github.com:lucidsoftware/xtract.git</connection>
</scm>
<developers>
<developer>
<id>tmccombs</id>
<name>Thayne McCombs</name>
<url>https://github.com/tmccombs</url>
</developer>
<developer>
<id></id>
<name>Andy Hurd</name>
<url></url>
</developer>
</developers>
<properties>
<info.apiURL>https://lucidsoftware.github.io/xtract/testing/api/</info.apiURL>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.6</version>
</dependency>
<dependency>
<groupId>com.lucidchart</groupId>
<artifactId>xtract_2.13</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2-core_2.13</artifactId>
<version>4.12.12</version>
</dependency>
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2-mock_2.13</artifactId>
<version>4.12.12</version>
</dependency>
</dependencies>
</project>