MVN

org.frgaal : compiler-maven-plugin

Maven & Gradle

Feb 27, 2023

frgaal Maven Compiler · frgaal Compiler support for Plexus Compiler component.

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

Latest Version

Choose a version of org.frgaal : compiler-maven-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-maven-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20.0.x
compiler-maven-plugin-20.0.0
19.0.x
compiler-maven-plugin-19.0.1
compiler-maven-plugin-19.0.0
compiler-maven-plugin-19.0.0-RC1
18.0.x
compiler-maven-plugin-18.0.0
17.0.x
compiler-maven-plugin-17.0.0
16.0.x
compiler-maven-plugin-16.0.1
compiler-maven-plugin-16.0.0
15.0.x
compiler-maven-plugin-15.0.0
14.0.x
compiler-maven-plugin-14.0.2
compiler-maven-plugin-14.0.1
compiler-maven-plugin-14.0.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement