Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdio.fabric8 |
ArtifactId | ArtifactIdfabric8-maven-enricher-standard |
Version | Version3.5.16 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.fabric8/fabric8-maven-enricher-standard/ -->
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-enricher-standard</artifactId>
<version>3.5.16</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8/fabric8-maven-enricher-standard/
implementation 'io.fabric8:fabric8-maven-enricher-standard:3.5.16'
// https://jarcasting.com/artifacts/io.fabric8/fabric8-maven-enricher-standard/
implementation ("io.fabric8:fabric8-maven-enricher-standard:3.5.16")
'io.fabric8:fabric8-maven-enricher-standard:jar:3.5.16'
<dependency org="io.fabric8" name="fabric8-maven-enricher-standard" rev="3.5.16">
<artifact name="fabric8-maven-enricher-standard" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8', module='fabric8-maven-enricher-standard', version='3.5.16')
)
libraryDependencies += "io.fabric8" % "fabric8-maven-enricher-standard" % "3.5.16"
[io.fabric8/fabric8-maven-enricher-standard "3.5.16"]