MVN

org.frgaal : compiler-gradle-plugin

Maven & Gradle

Feb 27, 2023

frgaal Gradle Compiler Plugin · frgaal Compiler support for Gradle.

<dependency>
    <groupId>org.frgaal</groupId>
    <artifactId>compiler-gradle-plugin</artifactId>
    <version>20.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.frgaal : compiler-gradle-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20.0.0
  • Latest Release Candidate: 19.0.0-RC1

All Versions

Choose a version of org.frgaal : compiler-gradle-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20.0.x
compiler-gradle-plugin-20.0.0
19.0.x
compiler-gradle-plugin-19.0.1
compiler-gradle-plugin-19.0.0
compiler-gradle-plugin-19.0.0-RC1
18.0.x
compiler-gradle-plugin-18.0.0
17.0.x
compiler-gradle-plugin-17.0.0
15.0.x
compiler-gradle-plugin-15.0.0

How to add a dependency to Maven

Add the following org.frgaal : compiler-gradle-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.frgaal</groupId>
    <artifactId>compiler-gradle-plugin</artifactId>
    <version>20.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.frgaal : compiler-gradle-plugin gradle dependency to your build.gradle file:

implementation 'org.frgaal:compiler-gradle-plugin:20.0.0'

Gradle Kotlin DSL: Add the following org.frgaal : compiler-gradle-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.frgaal:compiler-gradle-plugin:20.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.frgaal : compiler-gradle-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.frgaal" % "compiler-gradle-plugin" % "20.0.0"

Advertisement