MVN

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

Maven & Gradle

Feb 12, 2024
27 stars

smithy-jar · Adds built Smithy files to an existing jar task such as that created by the Java or Kotlin plugins. The smithy-jar plugin also adds build metadata and tags to the JAR's MANIFEST. The smithy-jar plugin applies the smithy-base plugin when it is applied.

<dependency>
    <groupId>software.amazon.smithy.gradle.smithy-jar</groupId>
    <artifactId>software.amazon.smithy.gradle.smithy-jar.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-jar : software.amazon.smithy.gradle.smithy-jar.gradle.plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.10.0

All Versions

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

Version Vulnerabilities Updated
0.10.x
software.amazon.smithy.gradle.smithy-jar.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-jar</groupId>
    <artifactId>software.amazon.smithy.gradle.smithy-jar.gradle.plugin</artifactId>
    <version>0.10.0</version>
</dependency>