| 组织ID: |
software.amazon.awssdk |
| 项目ID: |
profiles |
| 版本: |
2.0.0-preview-12 |
| 最后修改时间: |
2018-09-19 09:09:10 |
| 包类型: |
jar |
| 标题: |
AWS Java SDK :: Profiles |
| 描述: |
Profile module allows loading information from AWS configuration and credentials files.
|
| 大小: |
25.42KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>profiles</artifactId>
<version>2.0.0-preview-12</version>
</dependency>
|
| Gradle引入代码: |
software.amazon.awssdk:profiles:2.0.0-preview-12
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2010-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
~
~ Licensed under the Apache License, Version 2.0 (the "License").
~ You may not use this file except in compliance with the License.
~ A copy of the License is located at
~
~ http://aws.amazon.com/apache2.0
~
~ or in the "license" file accompanying this file. This file is distributed
~ on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
~ express or implied. See the License for the specific language governing
~ permissions and limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>core</artifactId>
<version>2.0.0-preview-12</version>
</parent>
<artifactId>profiles</artifactId>
<name>AWS Java SDK :: Profiles</name>
<description>
Profile module allows loading information from AWS configuration and credentials files.
</description>
<url>https://aws.amazon.com/sdkforjava</url>
<dependencies>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>utils</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>annotations</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>test-utils</artifactId>
<version>${awsjavasdk.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
software.amazon.awssdk.profiles.ProfileFileSystemSetting.class
software.amazon.awssdk.profiles.ProfileFileLocation.class
software.amazon.awssdk.profiles.ProfileFile$BuilderImpl.class
software.amazon.awssdk.profiles.ProfileFile$1.class
software.amazon.awssdk.profiles.Profile$BuilderImpl.class
software.amazon.awssdk.profiles.Profile$Builder.class
software.amazon.awssdk.profiles.ProfileFile$Type.class
software.amazon.awssdk.profiles.internal.ProfileFileReader$1.class
software.amazon.awssdk.profiles.internal.ProfileFileReader.class
software.amazon.awssdk.profiles.internal.ProfileFileReader$ParserState.class
software.amazon.awssdk.profiles.Profile$1.class
software.amazon.awssdk.profiles.ProfileFile$Builder.class
software.amazon.awssdk.profiles.ProfileProperty.class
software.amazon.awssdk.profiles.Profile.class
software.amazon.awssdk.profiles.ProfileFile$Aggregator.class
software.amazon.awssdk.profiles.ProfileFile.class
META-INF/maven/software.amazon.awssdk/profiles/pom.xml
META-INF/maven/software.amazon.awssdk/profiles/pom.properties
|
| 依赖Jar: |
utils-${awsjavasdk.version}.jar
/software.amazon.awssdk/utils/${awsjavasdk.version}
查看utils所有版本文件
annotations-${awsjavasdk.version}.jar
/software.amazon.awssdk/annotations/${awsjavasdk.version}
查看annotations所有版本文件
test-utils-${awsjavasdk.version}.jar
/software.amazon.awssdk/test-utils/${awsjavasdk.version}
查看test-utils所有版本文件
|