Files download
File Operation
astcreator-plugin-1.6.6.jar download
astcreator-plugin-1.6.6.pom download
astcreator-plugin-1.6.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.overturetool.astcreator</groupId>
  <artifactId>astcreator-plugin</artifactId>
  <version>1.6.6</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.overturetool.astcreator:astcreator-plugin:1.6.6'
Gradle Kotlin
implementation("org.overturetool.astcreator:astcreator-plugin:1.6.6")
Scala SBT
libraryDependencies += "org.overturetool.astcreator" % "astcreator-plugin" % "1.6.6"
Groovy Grape
@Grapes(
  @Grab(group='org.overturetool.astcreator', module='astcreator-plugin', version='1.6.6')
)
Apache Ivy
<dependency org="org.overturetool.astcreator" name="astcreator-plugin" rev="1.6.6" />
Leiningen
[org.overturetool.astcreator/astcreator-plugin "1.6.6"]
Apache Buildr
'org.overturetool.astcreator:astcreator-plugin:jar:1.6.6'