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