GroupId | GroupIdio.fabric8 |
---|---|
ArtifactId | ArtifactIdarchetypes |
Version | Version1.0.0.redhat-412 |
Type | Typepom |
Filename | Size |
---|---|
archetypes-1.0.0.redhat-412.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8/archetypes/ -->
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>archetypes</artifactId>
<version>1.0.0.redhat-412</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8/archetypes/
implementation 'io.fabric8:archetypes:1.0.0.redhat-412'
// https://jarcasting.com/artifacts/io.fabric8/archetypes/
implementation ("io.fabric8:archetypes:1.0.0.redhat-412")
'io.fabric8:archetypes:pom:1.0.0.redhat-412'
<dependency org="io.fabric8" name="archetypes" rev="1.0.0.redhat-412">
<artifact name="archetypes" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.fabric8', module='archetypes', version='1.0.0.redhat-412')
)
libraryDependencies += "io.fabric8" % "archetypes" % "1.0.0.redhat-412"
[io.fabric8/archetypes "1.0.0.redhat-412"]