g

generator-annotations

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