fastly-api-client_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.gu</groupId>
<artifactId>fastly-api-client_3</artifactId>
<version>5.0.1</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>fastly-api-client_3</artifactId>
<packaging>jar</packaging>
<description>fastly-api-client</description>
<url>https://github.com/guardian/fastly-api-client</url>
<version>5.0.1</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>fastly-api-client</name>
<organization>
<name>com.gu</name>
<url>https://github.com/guardian/fastly-api-client</url>
</organization>
<scm>
<url>https://github.com/guardian/fastly-api-client</url>
<connection>https://github.com/guardian/fastly-api-client</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/fastly-api-client/releases/tag/v5.0.1</info.releaseNotesUrl>
<info.versionScheme>early-semver</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.3.7</version>
</dependency>
<dependency>
<groupId>org.asynchttpclient</groupId>
<artifactId>async-http-client</artifactId>
<version>3.0.10</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_3</artifactId>
<version>3.2.20</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.typesafe</groupId>
<artifactId>config</artifactId>
<version>1.4.8</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>