content-api-models-scala_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.gu</groupId>
<artifactId>content-api-models-scala_2.13</artifactId>
<version>41.0.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.gu</groupId>
<artifactId>content-api-models-scala_2.13</artifactId>
<packaging>jar</packaging>
<description>Generated classes of the Scala models for the Guardian's Content API</description>
<url>https://github.com/guardian/content-api-models</url>
<version>41.0.0</version>
<licenses>
<license>
<name>Apache v2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>content-api-models-scala</name>
<organization>
<name>com.gu</name>
<url>https://github.com/guardian/content-api-models</url>
</organization>
<scm>
<url>https://github.com/guardian/content-api-models</url>
<connection>scm:git@github.com:guardian/content-api-models.git</connection>
</scm>
<developers>
<developer>
<id>guardian</id>
<name>guardian</name>
<url>https://github.com/guardian</url>
<email>automated.maven.release.admins@theguardian.com</email>
</developer>
</developers>
<properties>
<info.releaseNotesUrl>https://github.com/guardian/content-api-models/releases/tag/v41.0.0</info.releaseNotesUrl>
<info.versionScheme>early-semver</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.12</version>
</dependency>
<dependency>
<groupId>com.gu</groupId>
<artifactId>content-api-models</artifactId>
<version>41.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift</artifactId>
<version>0.15.0</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>scrooge-core_2.13</artifactId>
<version>22.1.0</version>
</dependency>
<dependency>
<groupId>com.gu</groupId>
<artifactId>story-packages-model-thrift</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>com.gu</groupId>
<artifactId>content-atom-model-thrift</artifactId>
<version>11.0.1</version>
</dependency>
<dependency>
<groupId>com.gu</groupId>
<artifactId>content-entity-thrift</artifactId>
<version>4.0.0</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>sonatype-public</id>
<name>sonatype-public</name>
<url>https://oss.sonatype.org/content/repositories/public/</url>
<layout>default</layout>
</repository>
<repository>
<id>sonatype-s01-public</id>
<name>sonatype-s01-public</name>
<url>https://s01.oss.sonatype.org/content/repositories/public/</url>
<layout>default</layout>
</repository>
</repositories>
</project>