MVN

software.aws.awsprototypingsdk : type-safe-api

Maven & Gradle

Aug 24, 2023
308 stars

software.aws.awsprototypingsdk:type-safe-api · @aws-prototyping-sdk/type-safe-api

<dependency>
    <groupId>software.aws.awsprototypingsdk</groupId>
    <artifactId>type-safe-api</artifactId>
    <version>0.19.68</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of software.aws.awsprototypingsdk : type-safe-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.19.68

All Versions

Choose a version of software.aws.awsprototypingsdk : type-safe-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.19.x
type-safe-api-0.19.68
type-safe-api-0.19.67
type-safe-api-0.19.66
type-safe-api-0.19.65
type-safe-api-0.19.64
type-safe-api-0.19.63
type-safe-api-0.19.62
type-safe-api-0.19.61
type-safe-api-0.19.60
type-safe-api-0.19.59
type-safe-api-0.19.58
type-safe-api-0.19.57
type-safe-api-0.19.56
type-safe-api-0.19.55
type-safe-api-0.19.54
type-safe-api-0.19.53
type-safe-api-0.19.52
type-safe-api-0.19.51
type-safe-api-0.19.50
type-safe-api-0.19.49
type-safe-api-0.19.48
type-safe-api-0.19.47
type-safe-api-0.19.46
type-safe-api-0.19.45
type-safe-api-0.19.44
type-safe-api-0.19.43
type-safe-api-0.19.42
type-safe-api-0.19.41
type-safe-api-0.19.40
type-safe-api-0.19.39
type-safe-api-0.19.38
type-safe-api-0.19.37
type-safe-api-0.19.36
type-safe-api-0.19.35
type-safe-api-0.19.34
type-safe-api-0.19.33
type-safe-api-0.19.32
type-safe-api-0.19.31
type-safe-api-0.19.30
type-safe-api-0.19.29
type-safe-api-0.19.28
type-safe-api-0.19.27
type-safe-api-0.19.26
type-safe-api-0.19.25
type-safe-api-0.19.24
type-safe-api-0.19.23
type-safe-api-0.19.22
type-safe-api-0.19.21
type-safe-api-0.19.20
type-safe-api-0.19.19
type-safe-api-0.19.18
type-safe-api-0.19.17
type-safe-api-0.19.16
type-safe-api-0.19.15
type-safe-api-0.19.14
type-safe-api-0.19.13
type-safe-api-0.19.12
type-safe-api-0.19.11
type-safe-api-0.19.10
type-safe-api-0.19.9
type-safe-api-0.19.8
type-safe-api-0.19.7
type-safe-api-0.19.6

How to add a dependency to Maven

Add the following software.aws.awsprototypingsdk : type-safe-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>software.aws.awsprototypingsdk</groupId>
    <artifactId>type-safe-api</artifactId>
    <version>0.19.68</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following software.aws.awsprototypingsdk : type-safe-api gradle dependency to your build.gradle file:

implementation 'software.aws.awsprototypingsdk:type-safe-api:0.19.68'

Gradle Kotlin DSL: Add the following software.aws.awsprototypingsdk : type-safe-api gradle kotlin dependency to your build.gradle.kts file:

implementation("software.aws.awsprototypingsdk:type-safe-api:0.19.68")

How to add a dependency to SBT Scala

SBT Scala: Add the following software.aws.awsprototypingsdk : type-safe-api sbt scala dependency to your build.sbt file:

libraryDependencies += "software.aws.awsprototypingsdk" % "type-safe-api" % "0.19.68"