MVN

com.casadetasha : annotation-parser

Maven & Gradle

Oct 10, 2022
0 stars

CDT Annotation Parser · An annotation parser to drown my tears with the constant humming of processor fans, spinning away the heat of code generation.

<dependency>
    <groupId>com.casadetasha</groupId>
    <artifactId>annotation-parser</artifactId>
    <version>0.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.casadetasha : annotation-parser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.1
  • Latest Alpha: 0.2.2-alpha-4

All Versions

Choose a version of com.casadetasha : annotation-parser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
annotation-parser-0.2.2-alpha-4
annotation-parser-0.2.2-alpha-2
annotation-parser-0.2.2-alpha-1
annotation-parser-0.2.1
annotation-parser-0.2.0
0.1.x
annotation-parser-0.1.0

How to add a dependency to Maven

Add the following com.casadetasha : annotation-parser maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.casadetasha</groupId>
    <artifactId>annotation-parser</artifactId>
    <version>0.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.casadetasha : annotation-parser gradle dependency to your build.gradle file:

implementation 'com.casadetasha:annotation-parser:0.2.1'

Gradle Kotlin DSL: Add the following com.casadetasha : annotation-parser gradle kotlin dependency to your build.gradle.kts file:

implementation("com.casadetasha:annotation-parser:0.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.casadetasha : annotation-parser sbt scala dependency to your build.sbt file:

libraryDependencies += "com.casadetasha" % "annotation-parser" % "0.2.1"