is not current version
Last Version 5.12.2

io.fabric8:model-annotator 5.0.0-beta-1


GroupId

GroupId

io.fabric8
ArtifactId

ArtifactId

model-annotator
Version

Version

5.0.0-beta-1
Type

Type

jar

Download model-annotator 5.0.0-beta-1


<!-- https://jarcasting.com/artifacts/io.fabric8/model-annotator/ -->
<dependency>
    <groupId>io.fabric8</groupId>
    <artifactId>model-annotator</artifactId>
    <version>5.0.0-beta-1</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8/model-annotator/
implementation 'io.fabric8:model-annotator:5.0.0-beta-1'
// https://jarcasting.com/artifacts/io.fabric8/model-annotator/
implementation ("io.fabric8:model-annotator:5.0.0-beta-1")
'io.fabric8:model-annotator:jar:5.0.0-beta-1'
<dependency org="io.fabric8" name="model-annotator" rev="5.0.0-beta-1">
  <artifact name="model-annotator" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8', module='model-annotator', version='5.0.0-beta-1')
)
libraryDependencies += "io.fabric8" % "model-annotator" % "5.0.0-beta-1"
[io.fabric8/model-annotator "5.0.0-beta-1"]