aws-codeartifact-maven-proxy
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.unbroken-dome.aws-codeartifact-maven-proxy</groupId> <artifactId>aws-codeartifact-maven-proxy</artifactId> <version>0.3.0</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"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.unbroken-dome.aws-codeartifact-maven-proxy</groupId> <artifactId>aws-codeartifact-maven-proxy</artifactId> <version>0.3.0</version> <name>AWS CodeArtifact Maven Proxy</name> <description>A local proxy server for AWS CodeArtifact Maven repositories</description> <url>https://github.com/unbroken-dome/aws-codeartifact-maven-proxy</url> <licenses> <license> <name>The MIT License (MIT)</name> <url>https://mit-license.org</url> </license> </licenses> <developers> <developer> <name>Till Krullmann</name> <email>till.krullmann+ossrh@gmail.com</email> <url>https://github.com/tkrullmann</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/unbroken-dome/aws-codeartifact-maven-proxy.git</connection> <developerConnection>scm:git:ssh://github.com:unbroken-dome/aws-codeartifact-maven-proxy.git</developerConnection> <url>https://github.com/unbroken-dome/aws-codeartifact-maven-proxy/tree/master</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/unbroken-dome/aws-codeartifact-maven-proxy/issues</url> </issueManagement> <dependencies> <dependency> <groupId>software.amazon.awssdk</groupId> <artifactId>auth</artifactId> <version>2.16.90</version> <scope>compile</scope> </dependency> <dependency> <groupId>software.amazon.awssdk</groupId> <artifactId>regions</artifactId> <version>2.16.90</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.5.20</version> <scope>runtime</scope> </dependency> <dependency> <groupId>software.amazon.awssdk</groupId> <artifactId>codeartifact</artifactId> <version>2.16.90</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.ben-manes.caffeine</groupId> <artifactId>caffeine</artifactId> <version>3.0.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-buffer</artifactId> <version>4.1.65.Final</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-codec-http</artifactId> <version>4.1.65.Final</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-handler</artifactId> <version>4.1.65.Final</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-transport</artifactId> <version>4.1.65.Final</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.30</version> <scope>runtime</scope> </dependency> </dependencies> </project>