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