a

azuki-script-formatter

Tools to assist with formatting Azuki scenario scripts
https://github.com/anaplan-engineering/azuki
MIT License
Simon Fraser Alessandro Pezzoni
Files download
File Operation
azuki-script-formatter-0.4.0-alpha.8.jar download
azuki-script-formatter-0.4.0-alpha.8.pom download
azuki-script-formatter-0.4.0-alpha.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.anaplan.engineering</groupId>
  <artifactId>azuki-script-formatter</artifactId>
  <version>0.4.0-alpha.8</version>
</dependency>
Gradle Groovy
implementation 'com.anaplan.engineering:azuki-script-formatter:0.4.0-alpha.8'
Gradle Kotlin
implementation("com.anaplan.engineering:azuki-script-formatter:0.4.0-alpha.8")
Scala SBT
libraryDependencies += "com.anaplan.engineering" % "azuki-script-formatter" % "0.4.0-alpha.8"
Groovy Grape
@Grapes(
  @Grab(group='com.anaplan.engineering', module='azuki-script-formatter', version='0.4.0-alpha.8')
)
Apache Ivy
<dependency org="com.anaplan.engineering" name="azuki-script-formatter" rev="0.4.0-alpha.8" />
Leiningen
[com.anaplan.engineering/azuki-script-formatter "0.4.0-alpha.8"]
Apache Buildr
'com.anaplan.engineering:azuki-script-formatter:jar:0.4.0-alpha.8'