Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 476 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 476 Bytes

sandpipers-cdk-bom

This project is a Bill of Materials (BOM) for the Sandpipers CDK examples. It is a Maven project that defines the versions of the CDK libraries used in the project.

Usage

To use this BOM in your project, add the following dependency to your pom.xml file:

<dependency>
  <groupId>io.sandpipers</groupId>
  <artifactId>sandpipers-cdk-bom</artifactId>
  <version>version</version>
  <type>pom</type>
  <scope>import</scope>
</dependency>