DOC

software.amazon.smithy.gradle : smithy-base

Maven & Gradle

Feb 12, 2024
29 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.

Table Of Contents

Latest Version

Download software.amazon.smithy.gradle : smithy-base Javadoc & API Documentation - Latest Versions:

All Versions

Download software.amazon.smithy.gradle : smithy-base Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.10.x

How to open Javadoc JAR file in web browser

  1. Rename the file smithy-base-0.10.0-javadoc.jar to smithy-base-0.10.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder smithy-base-0.10.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "smithy-base-0.10.0-sources.jar" -d "smithy-base-0.10.0-javadoc" -subpackages