MVN

io.toolisticon.annotationprocessortoolkit : example-annotations

Maven & Gradle

Oct 09, 2021
3 usages
21 stars

example-annotations

<dependency>
    <groupId>io.toolisticon.annotationprocessortoolkit</groupId>
    <artifactId>example-annotations</artifactId>
    <version>0.14.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.toolisticon.annotationprocessortoolkit : example-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.14.6

All Versions

Choose a version of io.toolisticon.annotationprocessortoolkit : example-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.14.x
example-annotations-0.14.6
example-annotations-0.14.5
example-annotations-0.14.4
example-annotations-0.14.3
example-annotations-0.14.2
example-annotations-0.14.1
example-annotations-0.14.0

How to add a dependency to Maven

Add the following io.toolisticon.annotationprocessortoolkit : example-annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.toolisticon.annotationprocessortoolkit</groupId>
    <artifactId>example-annotations</artifactId>
    <version>0.14.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.toolisticon.annotationprocessortoolkit : example-annotations gradle dependency to your build.gradle file:

implementation 'io.toolisticon.annotationprocessortoolkit:example-annotations:0.14.6'

Gradle Kotlin DSL: Add the following io.toolisticon.annotationprocessortoolkit : example-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("io.toolisticon.annotationprocessortoolkit:example-annotations:0.14.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.toolisticon.annotationprocessortoolkit : example-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "io.toolisticon.annotationprocessortoolkit" % "example-annotations" % "0.14.6"

Advertisement