GroupId | GroupIdio.fabric8.quickstarts |
---|---|
ArtifactId | ArtifactIdnode-hello-world-rest |
Version | Version2.2.103 |
Type | Typepom |
Filename | Size |
---|---|
node-hello-world-rest-2.2.103.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.103</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.103'
// https://jarcasting.com/artifacts/io.fabric8.quickstarts/node-hello-world-rest/
implementation ("io.fabric8.quickstarts:node-hello-world-rest:2.2.103")
'io.fabric8.quickstarts:node-hello-world-rest:pom:2.2.103'
<dependency org="io.fabric8.quickstarts" name="node-hello-world-rest" rev="2.2.103">
<artifact name="node-hello-world-rest" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.quickstarts', module='node-hello-world-rest', version='2.2.103')
)
libraryDependencies += "io.fabric8.quickstarts" % "node-hello-world-rest" % "2.2.103"
[io.fabric8.quickstarts/node-hello-world-rest "2.2.103"]