cloudformation-validate
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>software.amazon.cloudformation</groupId>
<artifactId>cloudformation-validate</artifactId>
<version>1.8.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.8.0-beta</version>
<name>CloudFormation Validate</name>
<description>Fast, offline, embeddable validation for AWS CloudFormation templates</description>
<url>https://github.com/aws-cloudformation/cloudformation-validate</url>
<organization>
<name>Amazon Web Services</name>
<url>https://aws.amazon.com</url>
</organization>
<licenses>
<license>
<name>Apache-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>
<url>https://github.com/aws-cloudformation/cloudformation-validate</url>
<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>
<tag>1.8.0-beta</tag>
<url>https://github.com/aws-cloudformation/cloudformation-validate</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/aws-cloudformation/cloudformation-validate/issues</url>
</issueManagement>
<ciManagement>
<system>GitHub Actions</system>
<url>https://github.com/aws-cloudformation/cloudformation-validate/actions</url>
</ciManagement>
<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>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.4.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>