MVN

software.aws.awsprototypingsdk : cdk-graph-plugin-diagram

Maven & Gradle

Aug 24, 2023
304 stars

software.aws.awsprototypingsdk:cdk-graph-plugin-diagram · @aws-prototyping-sdk/cdk-graph-plugin-diagram

<dependency>
    <groupId>software.aws.awsprototypingsdk</groupId>
    <artifactId>cdk-graph-plugin-diagram</artifactId>
    <version>0.19.68</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of software.aws.awsprototypingsdk : cdk-graph-plugin-diagram to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.19.68

All Versions

Choose a version of software.aws.awsprototypingsdk : cdk-graph-plugin-diagram to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.19.x
cdk-graph-plugin-diagram-0.19.68
cdk-graph-plugin-diagram-0.19.67
cdk-graph-plugin-diagram-0.19.66
cdk-graph-plugin-diagram-0.19.65
cdk-graph-plugin-diagram-0.19.64
cdk-graph-plugin-diagram-0.19.63
cdk-graph-plugin-diagram-0.19.62
cdk-graph-plugin-diagram-0.19.61
cdk-graph-plugin-diagram-0.19.60
cdk-graph-plugin-diagram-0.19.59
cdk-graph-plugin-diagram-0.19.57
0.12.x
cdk-graph-plugin-diagram-0.12.26
cdk-graph-plugin-diagram-0.12.25
cdk-graph-plugin-diagram-0.12.24
cdk-graph-plugin-diagram-0.12.23
cdk-graph-plugin-diagram-0.12.22
cdk-graph-plugin-diagram-0.12.21
cdk-graph-plugin-diagram-0.12.20
cdk-graph-plugin-diagram-0.12.19
cdk-graph-plugin-diagram-0.12.18

How to add a dependency to Maven

Add the following software.aws.awsprototypingsdk : cdk-graph-plugin-diagram maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>software.aws.awsprototypingsdk</groupId>
    <artifactId>cdk-graph-plugin-diagram</artifactId>
    <version>0.19.68</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following software.aws.awsprototypingsdk : cdk-graph-plugin-diagram gradle dependency to your build.gradle file:

implementation 'software.aws.awsprototypingsdk:cdk-graph-plugin-diagram:0.19.68'

Gradle Kotlin DSL: Add the following software.aws.awsprototypingsdk : cdk-graph-plugin-diagram gradle kotlin dependency to your build.gradle.kts file:

implementation("software.aws.awsprototypingsdk:cdk-graph-plugin-diagram:0.19.68")

How to add a dependency to SBT Scala

SBT Scala: Add the following software.aws.awsprototypingsdk : cdk-graph-plugin-diagram sbt scala dependency to your build.sbt file:

libraryDependencies += "software.aws.awsprototypingsdk" % "cdk-graph-plugin-diagram" % "0.19.68"