MVN

io.fabric8 : generator-annotations

Maven & Gradle

Aug 14, 2023
3k stars

Fabric8 :: Generator Annotations

<dependency>
    <groupId>io.fabric8</groupId>
    <artifactId>generator-annotations</artifactId>
    <version>6.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fabric8 : generator-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.8.1

All Versions

Choose a version of io.fabric8 : generator-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.8.x
generator-annotations-6.8.1
generator-annotations-6.8.0
6.7.x
generator-annotations-6.7.2
generator-annotations-6.7.1
generator-annotations-6.7.0
6.6.x
generator-annotations-6.6.2
generator-annotations-6.6.1
generator-annotations-6.6.0
6.5.x
generator-annotations-6.5.1
generator-annotations-6.5.0
6.4.x
generator-annotations-6.4.1
generator-annotations-6.4.0
6.3.x
generator-annotations-6.3.1
generator-annotations-6.3.0
6.2.x
generator-annotations-6.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.fabric8</groupId>
    <artifactId>generator-annotations</artifactId>
    <version>6.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.fabric8 : generator-annotations gradle dependency to your build.gradle file:

implementation 'io.fabric8:generator-annotations:6.8.1'

Gradle Kotlin DSL: Add the following io.fabric8 : generator-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("io.fabric8:generator-annotations:6.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.fabric8 : generator-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "io.fabric8" % "generator-annotations" % "6.8.1"

Advertisement