MVN

org.overturetool.astcreator : astcreator

Maven & Gradle

Jan 14, 2017
1 usages
2 stars

Overture AstCreator Core library

<dependency>
    <groupId>org.overturetool.astcreator</groupId>
    <artifactId>astcreator</artifactId>
    <version>1.6.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.overturetool.astcreator : astcreator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.10

All Versions

Choose a version of org.overturetool.astcreator : astcreator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
astcreator-1.6.10
astcreator-1.6.8
astcreator-1.6.6
astcreator-1.6.4

How to add a dependency to Maven

Add the following org.overturetool.astcreator : astcreator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.overturetool.astcreator</groupId>
    <artifactId>astcreator</artifactId>
    <version>1.6.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.overturetool.astcreator : astcreator gradle dependency to your build.gradle file:

implementation 'org.overturetool.astcreator:astcreator:1.6.10'

Gradle Kotlin DSL: Add the following org.overturetool.astcreator : astcreator gradle kotlin dependency to your build.gradle.kts file:

implementation("org.overturetool.astcreator:astcreator:1.6.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.overturetool.astcreator : astcreator sbt scala dependency to your build.sbt file:

libraryDependencies += "org.overturetool.astcreator" % "astcreator" % "1.6.10"

Advertisement