g

generator-annotations

Files download
File Operation
generator-annotations-6.13.4.jar download
generator-annotations-6.13.4.pom download
generator-annotations-6.13.4-sources.jar download
Apache Maven
<dependency>
  <groupId>io.fabric8</groupId>
  <artifactId>generator-annotations</artifactId>
  <version>6.13.4</version>
</dependency>
Gradle Groovy
implementation 'io.fabric8:generator-annotations:6.13.4'
Gradle Kotlin
implementation("io.fabric8:generator-annotations:6.13.4")
Scala SBT
libraryDependencies += "io.fabric8" % "generator-annotations" % "6.13.4"
Groovy Grape
@Grapes(
  @Grab(group='io.fabric8', module='generator-annotations', version='6.13.4')
)
Apache Ivy
<dependency org="io.fabric8" name="generator-annotations" rev="6.13.4" />
Leiningen
[io.fabric8/generator-annotations "6.13.4"]
Apache Buildr
'io.fabric8:generator-annotations:jar:6.13.4'