<dependency>
<groupId>io.quarkiverse.amazonservices</groupId>
<artifactId>quarkus-amazon-cognito-user-pools-deployment</artifactId>
<version>2.5.1</version>
</dependency>
implementation 'io.quarkiverse.amazonservices:quarkus-amazon-cognito-user-pools-deployment:2.5.1'
implementation("io.quarkiverse.amazonservices:quarkus-amazon-cognito-user-pools-deployment:2.5.1")
libraryDependencies += "io.quarkiverse.amazonservices" % "quarkus-amazon-cognito-user-pools-deployment" % "2.5.1"
@Grapes(
@Grab(group='io.quarkiverse.amazonservices', module='quarkus-amazon-cognito-user-pools-deployment', version='2.5.1')
)
<dependency org="io.quarkiverse.amazonservices" name="quarkus-amazon-cognito-user-pools-deployment" rev="2.5.1" />
<parent> <groupId>io.quarkiverse.amazonservices</groupId> <artifactId>quarkus-amazon-cognito-user-pools-parent</artifactId> <version>2.5.1</version> </parent>
compile
|-- io.quarkus:quarkus-core-deployment
|-- io.quarkus:quarkus-arc-deployment
|-- io.quarkiverse.amazonservices:quarkus-amazon-common-deployment
|-- io.quarkiverse.amazonservices:quarkus-amazon-cognito-user-pools
|-- io.quarkiverse.amazonservices:quarkus-amazon-devservices-cognito-user-pools
test
|-- io.quarkus:quarkus-junit5-internal
|-- software.amazon.awssdk:netty-nio-client
|-- io.quarkiverse.amazonservices:quarkus-amazon-netty-client-internal-deployment