MVN

net.q2ek : compileinfo

Maven & Gradle

Jul 20, 2017
0 stars

CompileInfo · This library contains the CompileInfo annotation which provides a convenient way to get compile time information in a Java application.

<dependency>
    <groupId>net.q2ek</groupId>
    <artifactId>compileinfo</artifactId>
    <version>0.17.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.q2ek : compileinfo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.17.0
  • Latest Release Candidate: 1.0.0-rc1

All Versions

Choose a version of net.q2ek : compileinfo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
compileinfo-1.0.0-rc1
0.17.x
compileinfo-0.17.0
0.16.x
compileinfo-0.16.0
0.15.x
compileinfo-0.15.0
0.14.x
compileinfo-0.14.0
0.13.x
compileinfo-0.13.0
0.12.x
compileinfo-0.12.0
0.11.x
compileinfo-0.11.0
0.10.x
compileinfo-0.10.0
0.9.x
compileinfo-0.9.0
0.1.x
compileinfo-0.1.0

How to add a dependency to Maven

Add the following net.q2ek : compileinfo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.q2ek</groupId>
    <artifactId>compileinfo</artifactId>
    <version>0.17.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.q2ek : compileinfo gradle dependency to your build.gradle file:

implementation 'net.q2ek:compileinfo:0.17.0'

Gradle Kotlin DSL: Add the following net.q2ek : compileinfo gradle kotlin dependency to your build.gradle.kts file:

implementation("net.q2ek:compileinfo:0.17.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.q2ek : compileinfo sbt scala dependency to your build.sbt file:

libraryDependencies += "net.q2ek" % "compileinfo" % "0.17.0"

Advertisement