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