discipline-specs2_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.vasilev</groupId> <artifactId>discipline-specs2_2.13</artifactId> <version>1.2-75-108db05</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.vasilev</groupId> <artifactId>discipline-specs2_2.13</artifactId> <packaging>jar</packaging> <description>discipline-specs2</description> <url>https://github.com/typelevel/discipline-specs2</url> <version>1.2-75-108db05</version> <licenses> <license> <name>Apache-2.0</name> <url>http://www.apache.org/licenses/</url> <distribution>repo</distribution> </license> </licenses> <name>discipline-specs2</name> <inceptionYear>2018</inceptionYear> <organization> <name>Typelevel</name> <url>https://github.com/typelevel/discipline-specs2</url> </organization> <scm> <url>https://github.com/typelevel/discipline-specs2</url> <connection>git@github.com:typelevel/discipline-specs2.git</connection> </scm> <developers> <developer> <id>vasilmkd</id> <name>Vasil Vasilev</name> <url>https://github.com/vasilmkd</url> </developer> <developer> <id>larsrh</id> <name>Lars Hupel</name> <url>https://github.com/larsrh</url> </developer> <developer> <id>travisbrown</id> <name>Travis Brown</name> <url>https://github.com/travisbrown</url> </developer> <developer> <id>ChristopherDavenport</id> <name>Christopher Davenport</name> <url>https://github.com/ChristopherDavenport</url> </developer> <developer> <id>djspiewak</id> <name>Daniel Spiewak</name> <url>https://github.com/djspiewak</url> </developer> </developers> <properties> <info.versionScheme>early-semver</info.versionScheme> </properties> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.13.6</version> </dependency> <dependency> <groupId>org.typelevel</groupId> <artifactId>discipline-core_2.13</artifactId> <version>1.1.5</version> </dependency> <dependency> <groupId>org.specs2</groupId> <artifactId>specs2-scalacheck_2.13</artifactId> <version>4.12.8</version> </dependency> </dependencies> </project>