<?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>dev.zio</groupId> <artifactId>zio-aws-supportauthz_3</artifactId> <packaging>jar</packaging> <description>Low-level AWS wrapper for ZIO</description> <url>https://github.com/zio/zio-aws</url> <version>7.54.7.1</version> <licenses> <license> <name>APL2</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <name>zio-aws-supportauthz</name> <organization> <name>dev.zio</name> <url>https://github.com/zio/zio-aws</url> </organization> <scm> <url>https://github.com/zio/zio-aws</url> <connection>scm:git:https://github.com/zio/zio-aws.git</connection> <developerConnection>scm:git:git@github.com:zio/zio-aws.git</developerConnection> </scm> <developers> <developer> <id>vigoo</id> <name>Daniel Vigovszky</name> <url>https://vigoo.github.io</url> <email>daniel.vigovszky@gmail.com</email> </developer> </developers> <properties> <info.versionScheme>pvp</info.versionScheme> </properties> <dependencies> <dependency> <groupId>dev.zio</groupId> <artifactId>zio-aws-core_3</artifactId> <version>7.54.7.1</version> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> <version>3.3.8</version> </dependency> <dependency> <groupId>software.amazon.awssdk</groupId> <artifactId>supportauthz</artifactId> <version>2.54.7</version> </dependency> <dependency> <groupId>dev.zio</groupId> <artifactId>zio_3</artifactId> <version>2.1.26</version> </dependency> <dependency> <groupId>dev.zio</groupId> <artifactId>zio-streams_3</artifactId> <version>2.1.26</version> </dependency> </dependencies> <repositories> <repository> <id>sonatype-central-maven-snapshots</id> <name>sonatype-central-maven-snapshots</name> <url>https://central.sonatype.com/repository/maven-snapshots/</url> <layout>default</layout> </repository> </repositories> </project>
<dependency> <groupId>dev.zio</groupId> <artifactId>zio-aws-supportauthz_3</artifactId> <version>7.54.7.1</version> </dependency>
dev.zio:zio-aws-supportauthz_3:7.54.7.1