cloudformation-validate
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>software.amazon.cloudformation</groupId>
<artifactId>cloudformation-validate</artifactId>
<version>1.7.0-beta</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>software.amazon.cloudformation</groupId>
<artifactId>cloudformation-validate</artifactId>
<version>1.7.0-beta</version>
<name>CloudFormation Validate</name>
<description>Fast, offline validator for AWS CloudFormation templates, for Kotlin and Java. Returns structured diagnostics — schema errors, security risks, and best-practice findings. Bundles native libraries for each supported platform.</description>
<url>https://github.com/aws-cloudformation/cloudformation-validate</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>aws-cloudformation</id>
<name>AWS CloudFormation</name>
<organization>Amazon Web Services</organization>
<organizationUrl>https://aws.amazon.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/aws-cloudformation/cloudformation-validate.git</connection>
<developerConnection>scm:git:ssh://git@github.com/aws-cloudformation/cloudformation-validate.git</developerConnection>
<url>https://github.com/aws-cloudformation/cloudformation-validate</url>
</scm>
<dependencies>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.19.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.14.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>