pact4s-models_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.jbwheatley</groupId>
<artifactId>pact4s-models_2.13</artifactId>
<version>0.18.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>io.github.jbwheatley</groupId>
<artifactId>pact4s-models_2.13</artifactId>
<packaging>jar</packaging>
<description>pact4s-models</description>
<url>https://github.com/jbwheatley/pact4s</url>
<version>0.18.0</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>pact4s-models</name>
<inceptionYear>2021</inceptionYear>
<organization>
<name>io.github.jbwheatley</name>
<url>https://github.com/jbwheatley/pact4s</url>
</organization>
<scm>
<url>https://github.com/jbwheatley/pact4s</url>
<connection>scm:git:https://github.com/jbwheatley/pact4s.git</connection>
<developerConnection>scm:git:git@github.com:jbwheatley/pact4s.git</developerConnection>
</scm>
<developers>
<developer>
<id>jbwheatley</id>
<name>jbwheatley</name>
<url>https://github.com/jbwheatley</url>
<email>jbwheatley@proton.me</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.18</version>
</dependency>
<dependency>
<groupId>au.com.dius.pact</groupId>
<artifactId>consumer</artifactId>
<version>4.7.1</version>
</dependency>
<dependency>
<groupId>au.com.dius.pact</groupId>
<artifactId>provider</artifactId>
<version>4.7.1</version>
</dependency>
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-collection-compat_2.13</artifactId>
<version>2.14.0</version>
</dependency>
<dependency>
<groupId>org.scalameta</groupId>
<artifactId>munit_2.13</artifactId>
<version>1.3.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>