GroupId | GroupIdio.fabric8.quickstarts |
---|---|
ArtifactId | ArtifactIdnode-hello-world-rest |
Version | Version2.2.104 |
Type | Typepom |
Filename | Size |
---|---|
node-hello-world-rest-2.2.104.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.quickstarts/node-hello-world-rest/ -->
<dependency>
<groupId>io.fabric8.quickstarts</groupId>
<artifactId>node-hello-world-rest</artifactId>
<version>2.2.104</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.quickstarts/node-hello-world-rest/
implementation 'io.fabric8.quickstarts:node-hello-world-rest:2.2.104'
// https://jarcasting.com/artifacts/io.fabric8.quickstarts/node-hello-world-rest/
implementation ("io.fabric8.quickstarts:node-hello-world-rest:2.2.104")
'io.fabric8.quickstarts:node-hello-world-rest:pom:2.2.104'
<dependency org="io.fabric8.quickstarts" name="node-hello-world-rest" rev="2.2.104">
<artifact name="node-hello-world-rest" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.quickstarts', module='node-hello-world-rest', version='2.2.104')
)
libraryDependencies += "io.fabric8.quickstarts" % "node-hello-world-rest" % "2.2.104"
[io.fabric8.quickstarts/node-hello-world-rest "2.2.104"]