MVN

com.adgear : anoa-compiler

Maven & Gradle

Dec 22, 2016
1 usages
6 stars

Parser for the anoa definition language.

<dependency>
    <groupId>com.adgear</groupId>
    <artifactId>anoa-compiler</artifactId>
    <version>3.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.adgear : anoa-compiler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.2
  • Latest Beta: 3.0.0-beta-1

All Versions

Choose a version of com.adgear : anoa-compiler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
anoa-compiler-3.1.2
anoa-compiler-3.1.1
anoa-compiler-3.1.0
3.0.x
anoa-compiler-3.0.0
anoa-compiler-3.0.0-beta-1

How to add a dependency to Maven

Add the following com.adgear : anoa-compiler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.adgear</groupId>
    <artifactId>anoa-compiler</artifactId>
    <version>3.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.adgear : anoa-compiler gradle dependency to your build.gradle file:

implementation 'com.adgear:anoa-compiler:3.1.2'

Gradle Kotlin DSL: Add the following com.adgear : anoa-compiler gradle kotlin dependency to your build.gradle.kts file:

implementation("com.adgear:anoa-compiler:3.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.adgear : anoa-compiler sbt scala dependency to your build.sbt file:

libraryDependencies += "com.adgear" % "anoa-compiler" % "3.1.2"

Advertisement

Dependencies from Group

Dec 23, 2015
2 usages
6 stars
Dec 22, 2016
2 usages
6 stars
Dec 22, 2016
1 usages
7 stars
Dec 22, 2016
1 usages
6 stars
Dec 23, 2015
6 stars

Discover Dependencies