g

generator-annotations

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