Maven Repository - POM file for Web Service aws-java-sdk-core 1.9.10 1.9.10

Summary

AWS SDK for Java - Core.

The AWS SDK for Java - Core module holds the classes that is used by the individual service clients to interact with Amazon Web Services. Users need to depend on aws-java-sdk artifact for accessing individual client classes..

Declaration

Here is the list of declaration for aws-java-sdk-core. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.amazonaws</groupId>
   <artifactId>aws-java-sdk-core</artifactId>
   <version>1.9.10</version>
</dependency>

If you think this Maven repository POM file listing for aws-java-sdk-core is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.





License

Name:Apache License, Version 2.0
URL: https://aws.amazon.com/apache2.0.

Depends on

The aws-java-sdk-core-1.9.10 has 2 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Logcommons-logging 1.1.3
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
144
Httphttpclient 4.3
HttpComponents Client
22

Plugin

The following plugins are used in the aws-java-sdk-core-1.9.10.jar

  1. maven-bundle-plugin
  2. maven-compiler-plugin
  3. maven-jar-plugin
  4. maven-javadoc-plugin

Packages

The following packages are defined in the aws-java-sdk-core-1.9.10.jar

com.amazonaws
com.amazonaws.auth
com.amazonaws.auth.internal
com.amazonaws.auth.policy
com.amazonaws.auth.policy.conditions
com.amazonaws.auth.policy.internal
com.amazonaws.auth.profile
com.amazonaws.auth.profile.internal
com.amazonaws.event
com.amazonaws.event.request
com.amazonaws.handlers
com.amazonaws.http
com.amazonaws.http.conn
com.amazonaws.http.conn.ssl
com.amazonaws.http.impl.client
com.amazonaws.http.protocol
com.amazonaws.internal
com.amazonaws.internal.config
com.amazonaws.jmx
com.amazonaws.jmx.spi
com.amazonaws.metrics
com.amazonaws.metrics.internal
com.amazonaws.regions
com.amazonaws.retry
com.amazonaws.retry.internal
com.amazonaws.transform
com.amazonaws.util
com.amazonaws.util.json




POM File Source

Here is the content of the POM file.

<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 https://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.amazonaws</groupId>
    <artifactId>aws-java-sdk-core</artifactId>
    <packaging>jar</packaging>
    <name>AWS SDK for Java - Core</name>
    <description>The AWS SDK for Java - Core module holds the classes that is used by the individual service clients to interact with Amazon Web Services. Users need to depend on aws-java-sdk artifact for accessing individual client classes.</description>
    <url>https://aws.amazon.com/sdkforjava</url>

    <parent>
        <groupId>com.amazonaws</groupId>
        <artifactId>aws-java-sdk-pom</artifactId>
        <version>1.9.10</version>
    </parent>
    <scm>
        <url>https://github.com/aws/aws-sdk-java.git</url>
    </scm>

    <licenses>
        <license>
            <name>Apache License, Version 2.0</name>
            <url>https://aws.amazon.com/apache2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <dependencies>
      <dependency>
        <groupId>commons-logging</groupId>
        <artifactId>commons-logging</artifactId>
        <version>1.1.3</version>
      </dependency>
      <dependency>
        <groupId>org.apache.httpcomponents</groupId>
        <artifactId>httpclient</artifactId>
        <version>4.3</version>
      </dependency>
      <dependency>
        <groupId>com.fasterxml.jackson.core</groupId>
        <artifactId>jackson-databind</artifactId>
        <version>${jackson.version}</version>
        <type>jar</type>
        <scope>compile</scope>
      </dependency>
      <dependency>
        <groupId>joda-time</groupId>
        <artifactId>joda-time</artifactId>
        <version>[2.2,)</version>
      </dependency>
    </dependencies>

    <build>
      <plugins>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-compiler-plugin</artifactId>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-javadoc-plugin</artifactId>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-jar-plugin</artifactId>
        </plugin>
        <plugin>
          <groupId>org.apache.felix</groupId>
          <artifactId>maven-bundle-plugin</artifactId>
        </plugin>
      </plugins>
    </build>
</project>