MVN

org.overturetool.core : ast

Maven & Gradle

Nov 10, 2020
14 usages

The Overture Abstract Syntax Tree

<dependency>
    <groupId>org.overturetool.core</groupId>
    <artifactId>ast</artifactId>
    <version>3.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.2

All Versions

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

  • Version Updated
  • ast-3.0.2

    Nov 10, 2020
  • ast-3.0.0

    Aug 28, 2020
  • ast-2.7.4

    Mar 16, 2020
  • ast-2.7.2

    Sep 30, 2019
  • ast-2.7.0

    Jun 03, 2019
  • ast-2.6.4

    Oct 29, 2018
  • ast-2.6.2

    May 18, 2018
  • ast-2.6.0

    Feb 16, 2018
  • ast-2.5.6

    Dec 11, 2017
  • ast-2.5.4

    Nov 10, 2017
  • ast-2.5.2

    Sep 11, 2017
  • ast-2.5.0

    Aug 10, 2017
  • ast-2.4.8

    Jun 05, 2017
  • ast-2.4.6

    Mar 03, 2017
  • ast-2.4.4

    Dec 02, 2016
  • ast-2.4.2

    Oct 06, 2016
  • ast-2.4.0

    Aug 29, 2016
  • ast-2.3.8

    Jul 04, 2016
  • ast-2.3.6

    May 22, 2016
  • ast-2.3.4

    Mar 16, 2016
  • ast-2.3.2

    Mar 01, 2016
  • ast-2.3.0

    Oct 07, 2015
  • ast-2.2.8

    Oct 07, 2015
  • ast-2.2.6

    Jun 19, 2015
  • ast-2.2.2

    Feb 26, 2015
  • ast-2.2.0

    Feb 11, 2015
  • ast-2.1.6

    Jan 16, 2015
  • ast-2.1.4

    Nov 19, 2014
  • ast-2.1.2

    Oct 09, 2014
  • ast-2.1.0

    Jun 12, 2014
  • ast-2.0.8

    May 20, 2014
  • ast-2.0.6

    Apr 01, 2014
  • ast-2.0.4

    Mar 10, 2014

How to add a dependency to Maven

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

<dependency>
    <groupId>org.overturetool.core</groupId>
    <artifactId>ast</artifactId>
    <version>3.0.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.overturetool.core:ast:3.0.2'

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

implementation("org.overturetool.core:ast:3.0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.overturetool.core" % "ast" % "3.0.2"