MVN

com.blackbuild.klum.ast : klum-ast-annotations

Maven & Gradle

Aug 22, 2023
3 stars

klum-ast-annotations · Annontations for Klum AST

<dependency>
    <groupId>com.blackbuild.klum.ast</groupId>
    <artifactId>klum-ast-annotations</artifactId>
    <version>2.0.0-rc.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.blackbuild.klum.ast : klum-ast-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0-rc.21
  • Latest Release Candidate: 2.0.0-rc.21

All Versions

Choose a version of com.blackbuild.klum.ast : klum-ast-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
klum-ast-annotations-2.0.0-rc.21
klum-ast-annotations-2.0.0-rc.20
klum-ast-annotations-2.0.0-rc.19
klum-ast-annotations-2.0.0-rc.18
klum-ast-annotations-2.0.0-rc.17
klum-ast-annotations-2.0.0-rc.16
klum-ast-annotations-2.0.0-rc.15
klum-ast-annotations-2.0.0-rc.14
klum-ast-annotations-2.0.0-rc.13
klum-ast-annotations-2.0.0-rc.12
klum-ast-annotations-2.0.0-rc.11
klum-ast-annotations-2.0.0-rc.10
klum-ast-annotations-2.0.0-rc.9
klum-ast-annotations-2.0.0-rc.8
klum-ast-annotations-2.0.0-rc.7
klum-ast-annotations-2.0.0-rc.6
klum-ast-annotations-2.0.0-rc.5
klum-ast-annotations-2.0.0-rc.4
klum-ast-annotations-2.0.0-rc.3
klum-ast-annotations-2.0.0-rc.2

How to add a dependency to Maven

Add the following com.blackbuild.klum.ast : klum-ast-annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.blackbuild.klum.ast</groupId>
    <artifactId>klum-ast-annotations</artifactId>
    <version>2.0.0-rc.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.blackbuild.klum.ast : klum-ast-annotations gradle dependency to your build.gradle file:

implementation 'com.blackbuild.klum.ast:klum-ast-annotations:2.0.0-rc.21'

Gradle Kotlin DSL: Add the following com.blackbuild.klum.ast : klum-ast-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("com.blackbuild.klum.ast:klum-ast-annotations:2.0.0-rc.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.blackbuild.klum.ast : klum-ast-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "com.blackbuild.klum.ast" % "klum-ast-annotations" % "2.0.0-rc.21"