MVN

software.amazon.smithy.gradle.smithy-base : software.amazon.smithy.gradle.smithy-base.gradle.plugin

Maven & Gradle

Feb 12, 2024
27 stars

smithy-base · This plugin sets up the basic capabilities necessary for building Smithy models. Applying this plugin will create the basic source sets and configurations needed for Smithy projects. It will also create a smithy build task that will build and validate all the Smithy models in the project.

<dependency>
    <groupId>software.amazon.smithy.gradle.smithy-base</groupId>
    <artifactId>software.amazon.smithy.gradle.smithy-base.gradle.plugin</artifactId>
    <version>0.10.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of software.amazon.smithy.gradle.smithy-base : software.amazon.smithy.gradle.smithy-base.gradle.plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.10.0

All Versions

Choose a version of software.amazon.smithy.gradle.smithy-base : software.amazon.smithy.gradle.smithy-base.gradle.plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.10.x
software.amazon.smithy.gradle.smithy-base.gradle.plugin-0.10.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>software.amazon.smithy.gradle.smithy-base</groupId>
    <artifactId>software.amazon.smithy.gradle.smithy-base.gradle.plugin</artifactId>
    <version>0.10.0</version>
</dependency>