GroupId | GroupIdio.fabric8.quickstarts |
---|---|
ArtifactId | ArtifactIdvertx-simplest |
Version | Version2.2.144 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.fabric8.quickstarts/vertx-simplest/ -->
<dependency>
<groupId>io.fabric8.quickstarts</groupId>
<artifactId>vertx-simplest</artifactId>
<version>2.2.144</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.quickstarts/vertx-simplest/
implementation 'io.fabric8.quickstarts:vertx-simplest:2.2.144'
// https://jarcasting.com/artifacts/io.fabric8.quickstarts/vertx-simplest/
implementation ("io.fabric8.quickstarts:vertx-simplest:2.2.144")
'io.fabric8.quickstarts:vertx-simplest:jar:2.2.144'
<dependency org="io.fabric8.quickstarts" name="vertx-simplest" rev="2.2.144">
<artifact name="vertx-simplest" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.quickstarts', module='vertx-simplest', version='2.2.144')
)
libraryDependencies += "io.fabric8.quickstarts" % "vertx-simplest" % "2.2.144"
[io.fabric8.quickstarts/vertx-simplest "2.2.144"]