MVN

io.github.randyridgley.cdk.datalake.constructs : cdk-datalake-constructs

Maven & Gradle

Aug 13, 2021
21 stars

AWS CDK Constructs that can be used to create datalakes/meshes and more

<dependency>
    <groupId>io.github.randyridgley.cdk.datalake.constructs</groupId>
    <artifactId>cdk-datalake-constructs</artifactId>
    <version>0.0.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.randyridgley.cdk.datalake.constructs : cdk-datalake-constructs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.15

All Versions

Choose a version of io.github.randyridgley.cdk.datalake.constructs : cdk-datalake-constructs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
cdk-datalake-constructs-0.0.15
cdk-datalake-constructs-0.0.14
cdk-datalake-constructs-0.0.13
cdk-datalake-constructs-0.0.12
cdk-datalake-constructs-0.0.11

How to add a dependency to Maven

Add the following io.github.randyridgley.cdk.datalake.constructs : cdk-datalake-constructs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.randyridgley.cdk.datalake.constructs</groupId>
    <artifactId>cdk-datalake-constructs</artifactId>
    <version>0.0.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.randyridgley.cdk.datalake.constructs : cdk-datalake-constructs gradle dependency to your build.gradle file:

implementation 'io.github.randyridgley.cdk.datalake.constructs:cdk-datalake-constructs:0.0.15'

Gradle Kotlin DSL: Add the following io.github.randyridgley.cdk.datalake.constructs : cdk-datalake-constructs gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.randyridgley.cdk.datalake.constructs:cdk-datalake-constructs:0.0.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.randyridgley.cdk.datalake.constructs : cdk-datalake-constructs sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.randyridgley.cdk.datalake.constructs" % "cdk-datalake-constructs" % "0.0.15"