MVN

software.amazon.awssdk : crt-core

Maven & Gradle

Aug 25, 2023

AWS Java SDK :: AWS CRT Core · The AWS SDK for Java - AWS CRT Core holds common types that are built on the AWS Common Runtime

<dependency>
    <groupId>software.amazon.awssdk</groupId>
    <artifactId>crt-core</artifactId>
    <version>2.20.135</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of software.amazon.awssdk : crt-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.20.135

All Versions

Choose a version of software.amazon.awssdk : crt-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.20.x
crt-core-2.20.135
crt-core-2.20.134
crt-core-2.20.133
crt-core-2.20.132
crt-core-2.20.131
crt-core-2.20.130
crt-core-2.20.129
crt-core-2.20.128
crt-core-2.20.127
crt-core-2.20.126
crt-core-2.20.125
crt-core-2.20.124
crt-core-2.20.123
crt-core-2.20.122
crt-core-2.20.121
crt-core-2.20.120
crt-core-2.20.119
crt-core-2.20.118
crt-core-2.20.117
crt-core-2.20.116
crt-core-2.20.115
crt-core-2.20.114
crt-core-2.20.113
crt-core-2.20.112
crt-core-2.20.111
crt-core-2.20.110
crt-core-2.20.109
crt-core-2.20.108
crt-core-2.20.107
crt-core-2.20.106
crt-core-2.20.105
crt-core-2.20.104
crt-core-2.20.103
crt-core-2.20.102
crt-core-2.20.101
crt-core-2.20.100
crt-core-2.20.99
crt-core-2.20.98
crt-core-2.20.97
crt-core-2.20.96
crt-core-2.20.95
crt-core-2.20.94
crt-core-2.20.93
crt-core-2.20.92
crt-core-2.20.91
crt-core-2.20.90
crt-core-2.20.89
crt-core-2.20.88
crt-core-2.20.87
crt-core-2.20.86
crt-core-2.20.85
crt-core-2.20.84
crt-core-2.20.83
crt-core-2.20.82
crt-core-2.20.81
crt-core-2.20.80
crt-core-2.20.79
crt-core-2.20.78
crt-core-2.20.77
crt-core-2.20.76
crt-core-2.20.75
crt-core-2.20.74
crt-core-2.20.73
crt-core-2.20.72
crt-core-2.20.71
crt-core-2.20.70
crt-core-2.20.69
crt-core-2.20.68
crt-core-2.20.67
crt-core-2.20.66
crt-core-2.20.65
crt-core-2.20.64
crt-core-2.20.63
crt-core-2.20.62
crt-core-2.20.61
crt-core-2.20.60
crt-core-2.20.59
crt-core-2.20.58
crt-core-2.20.57
crt-core-2.20.56
crt-core-2.20.55
crt-core-2.20.54
crt-core-2.20.53
crt-core-2.20.52
crt-core-2.20.51
crt-core-2.20.50
crt-core-2.20.49
crt-core-2.20.48
crt-core-2.20.47
crt-core-2.20.46
crt-core-2.20.45
crt-core-2.20.44
crt-core-2.20.43
crt-core-2.20.42
crt-core-2.20.41
crt-core-2.20.40
crt-core-2.20.39
crt-core-2.20.38
crt-core-2.20.37
crt-core-2.20.36
crt-core-2.20.35
crt-core-2.20.34
crt-core-2.20.33
crt-core-2.20.32
crt-core-2.20.31
crt-core-2.20.30
crt-core-2.20.29
crt-core-2.20.28

How to add a dependency to Maven

Add the following software.amazon.awssdk : crt-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>software.amazon.awssdk</groupId>
    <artifactId>crt-core</artifactId>
    <version>2.20.135</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following software.amazon.awssdk : crt-core gradle dependency to your build.gradle file:

implementation 'software.amazon.awssdk:crt-core:2.20.135'

Gradle Kotlin DSL: Add the following software.amazon.awssdk : crt-core gradle kotlin dependency to your build.gradle.kts file:

implementation("software.amazon.awssdk:crt-core:2.20.135")

How to add a dependency to SBT Scala

SBT Scala: Add the following software.amazon.awssdk : crt-core sbt scala dependency to your build.sbt file:

libraryDependencies += "software.amazon.awssdk" % "crt-core" % "2.20.135"

Advertisement