MVN

software.amazon.smithy : smithy-rules-engine

Maven & Gradle

Aug 22, 2023
1.6k stars

Smithy :: Rules Engine · Smithy rules engine Language and traits

<dependency>
    <groupId>software.amazon.smithy</groupId>
    <artifactId>smithy-rules-engine</artifactId>
    <version>1.37.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.37.0

All Versions

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

Version Vulnerabilities Updated
1.37.x
smithy-rules-engine-1.37.0
1.36.x
smithy-rules-engine-1.36.0
1.35.x
smithy-rules-engine-1.35.0
1.34.x
smithy-rules-engine-1.34.0
1.33.x
smithy-rules-engine-1.33.0
1.32.x
smithy-rules-engine-1.32.0
1.31.x
smithy-rules-engine-1.31.0
1.30.x
smithy-rules-engine-1.30.0
1.29.x
smithy-rules-engine-1.29.0
1.28.x
smithy-rules-engine-1.28.1
smithy-rules-engine-1.28.0
1.27.x
smithy-rules-engine-1.27.2
smithy-rules-engine-1.27.1
smithy-rules-engine-1.27.0
1.26.x
smithy-rules-engine-1.26.4
smithy-rules-engine-1.26.3
smithy-rules-engine-1.26.2
smithy-rules-engine-1.26.1
smithy-rules-engine-1.26.0
1.25.x
smithy-rules-engine-1.25.2
smithy-rules-engine-1.25.1
smithy-rules-engine-1.25.0
1.24.x
smithy-rules-engine-1.24.0
1.23.x
smithy-rules-engine-1.23.1

How to add a dependency to Maven

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

<dependency>
    <groupId>software.amazon.smithy</groupId>
    <artifactId>smithy-rules-engine</artifactId>
    <version>1.37.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'software.amazon.smithy:smithy-rules-engine:1.37.0'

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

implementation("software.amazon.smithy:smithy-rules-engine:1.37.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "software.amazon.smithy" % "smithy-rules-engine" % "1.37.0"