MVN

org.glavo : module-info-compiler

Maven & Gradle

Apr 21, 2022
15 stars

module-info-compiler · Compiler for module-info.java

<dependency>
    <groupId>org.glavo</groupId>
    <artifactId>module-info-compiler</artifactId>
    <version>1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.glavo : module-info-compiler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5

All Versions

Choose a version of org.glavo : module-info-compiler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5
module-info-compiler-1.5
1.4
module-info-compiler-1.4
1.3
module-info-compiler-1.3
1.2
module-info-compiler-1.2
1.1
module-info-compiler-1.1
1.0
module-info-compiler-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.glavo</groupId>
    <artifactId>module-info-compiler</artifactId>
    <version>1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.glavo : module-info-compiler gradle dependency to your build.gradle file:

implementation 'org.glavo:module-info-compiler:1.5'

Gradle Kotlin DSL: Add the following org.glavo : module-info-compiler gradle kotlin dependency to your build.gradle.kts file:

implementation("org.glavo:module-info-compiler:1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.glavo : module-info-compiler sbt scala dependency to your build.sbt file:

libraryDependencies += "org.glavo" % "module-info-compiler" % "1.5"