s3-build-cache
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.burrunan.s3cache</groupId>
<artifactId>s3-build-cache</artifactId>
<version>1.9.5</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.burrunan.s3cache</groupId>
<artifactId>s3-build-cache</artifactId>
<version>1.9.5</version>
<name>gradle-s3-build-cache</name>
<description>Gradle S3 Build Cache</description>
<url>https://github.com/burrunan/gradle-s3-build-cache</url>
<inceptionYear>2020</inceptionYear>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<developers>
<developer>
<id>vlsi</id>
<name>Vladimir Sitnikov</name>
<email>sitnikov.vladimir@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/burrunan/gradle-s3-build-cache.git</connection>
<developerConnection>scm:git:https://github.com/burrunan/gradle-s3-build-cache.git</developerConnection>
<url>https://github.com/burrunan/gradle-s3-build-cache</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/burrunan/gradle-s3-build-cache/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sso</artifactId>
<version>2.40.8</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>ssooidc</artifactId>
<version>2.40.8</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.40.8</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>software.amazon.awssdk</groupId>
<artifactId>netty-nio-client</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sts</artifactId>
<version>2.40.8</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>