MVN

software.amazon.smithy : smithy-codegen-freemarker

Maven & Gradle

May 16, 2020
1.6k stars

Smithy :: Code Generation Freemarker Support · This package integrates the Freemarker template system with Smithy's code generation framework.

<dependency>
    <groupId>software.amazon.smithy</groupId>
    <artifactId>smithy-codegen-freemarker</artifactId>
    <version>0.9.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of software.amazon.smithy : smithy-codegen-freemarker to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.10

All Versions

Choose a version of software.amazon.smithy : smithy-codegen-freemarker to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
smithy-codegen-freemarker-0.9.10
smithy-codegen-freemarker-0.9.9
smithy-codegen-freemarker-0.9.8
smithy-codegen-freemarker-0.9.7
smithy-codegen-freemarker-0.9.6
smithy-codegen-freemarker-0.9.5
smithy-codegen-freemarker-0.9.4
smithy-codegen-freemarker-0.9.3
smithy-codegen-freemarker-0.9.1
smithy-codegen-freemarker-0.9.0
0.8.x
smithy-codegen-freemarker-0.8.0

How to add a dependency to Maven

Add the following software.amazon.smithy : smithy-codegen-freemarker maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>software.amazon.smithy</groupId>
    <artifactId>smithy-codegen-freemarker</artifactId>
    <version>0.9.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following software.amazon.smithy : smithy-codegen-freemarker gradle dependency to your build.gradle file:

implementation 'software.amazon.smithy:smithy-codegen-freemarker:0.9.10'

Gradle Kotlin DSL: Add the following software.amazon.smithy : smithy-codegen-freemarker gradle kotlin dependency to your build.gradle.kts file:

implementation("software.amazon.smithy:smithy-codegen-freemarker:0.9.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following software.amazon.smithy : smithy-codegen-freemarker sbt scala dependency to your build.sbt file:

libraryDependencies += "software.amazon.smithy" % "smithy-codegen-freemarker" % "0.9.10"

Advertisement