MVN

software.amazon.awscdk : iottwinmaker

Maven & Gradle

Jun 19, 2023
11.1k stars

software.amazon.awscdk:iottwinmaker · AWS::IoTTwinMaker Construct Library

<dependency>
    <groupId>software.amazon.awscdk</groupId>
    <artifactId>iottwinmaker</artifactId>
    <version>1.204.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of software.amazon.awscdk : iottwinmaker to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.204.0

All Versions

Choose a version of software.amazon.awscdk : iottwinmaker to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.204.x
iottwinmaker-1.204.0
1.203.x
iottwinmaker-1.203.0
1.202.x
iottwinmaker-1.202.0
1.201.x
iottwinmaker-1.201.0
1.200.x
iottwinmaker-1.200.0
1.199.x
iottwinmaker-1.199.0
1.198.x
iottwinmaker-1.198.1
iottwinmaker-1.198.0
1.197.x
iottwinmaker-1.197.0
1.196.x
iottwinmaker-1.196.0
1.195.x
iottwinmaker-1.195.0
1.194.x
iottwinmaker-1.194.0
1.193.x
iottwinmaker-1.193.0
1.192.x
iottwinmaker-1.192.0
1.191.x
iottwinmaker-1.191.0
1.190.x
iottwinmaker-1.190.0
1.189.x
iottwinmaker-1.189.0
1.188.x
iottwinmaker-1.188.0
1.187.x
iottwinmaker-1.187.0
1.186.x
iottwinmaker-1.186.1
iottwinmaker-1.186.0
1.185.x
iottwinmaker-1.185.0
1.184.x
iottwinmaker-1.184.1
iottwinmaker-1.184.0
1.183.x
iottwinmaker-1.183.0
1.182.x
iottwinmaker-1.182.0
1.181.x
iottwinmaker-1.181.1
iottwinmaker-1.181.0
1.180.x
iottwinmaker-1.180.0
1.179.x
iottwinmaker-1.179.0
1.178.x
iottwinmaker-1.178.0
1.177.x
iottwinmaker-1.177.0
1.176.x
iottwinmaker-1.176.0
1.175.x
iottwinmaker-1.175.0
1.174.x
iottwinmaker-1.174.0
1.173.x
iottwinmaker-1.173.0
1.172.x
iottwinmaker-1.172.0
1.171.x
iottwinmaker-1.171.0
1.170.x
iottwinmaker-1.170.1
iottwinmaker-1.170.0
1.169.x
iottwinmaker-1.169.0
1.168.x
iottwinmaker-1.168.0
1.167.x
iottwinmaker-1.167.0
1.166.x
iottwinmaker-1.166.1
1.165.x
iottwinmaker-1.165.0
1.164.x
iottwinmaker-1.164.0
1.163.x
iottwinmaker-1.163.2
iottwinmaker-1.163.1
iottwinmaker-1.163.0
1.162.x
iottwinmaker-1.162.0
1.161.x
iottwinmaker-1.161.0
1.160.x
iottwinmaker-1.160.0
1.159.x
iottwinmaker-1.159.0
1.158.x
iottwinmaker-1.158.0
1.157.x
iottwinmaker-1.157.0
1.156.x
iottwinmaker-1.156.1
iottwinmaker-1.156.0
1.155.x
iottwinmaker-1.155.0

How to add a dependency to Maven

Add the following software.amazon.awscdk : iottwinmaker maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>software.amazon.awscdk</groupId>
    <artifactId>iottwinmaker</artifactId>
    <version>1.204.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following software.amazon.awscdk : iottwinmaker gradle dependency to your build.gradle file:

implementation 'software.amazon.awscdk:iottwinmaker:1.204.0'

Gradle Kotlin DSL: Add the following software.amazon.awscdk : iottwinmaker gradle kotlin dependency to your build.gradle.kts file:

implementation("software.amazon.awscdk:iottwinmaker:1.204.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following software.amazon.awscdk : iottwinmaker sbt scala dependency to your build.sbt file:

libraryDependencies += "software.amazon.awscdk" % "iottwinmaker" % "1.204.0"

Advertisement