GroupId | GroupIdio.vertx |
---|---|
ArtifactId | ArtifactIdvertx-stack-depchain |
Version | Version3.9.13 |
Type | Typejar |
Filename | Size |
---|---|
vertx-stack-depchain-3.9.13.pom | 10 KB |
vertx-stack-depchain-3.9.13-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-stack-depchain/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-stack-depchain</artifactId>
<version>3.9.13</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-stack-depchain/
implementation 'io.vertx:vertx-stack-depchain:3.9.13'
// https://jarcasting.com/artifacts/io.vertx/vertx-stack-depchain/
implementation ("io.vertx:vertx-stack-depchain:3.9.13")
'io.vertx:vertx-stack-depchain:jar:3.9.13'
<dependency org="io.vertx" name="vertx-stack-depchain" rev="3.9.13">
<artifact name="vertx-stack-depchain" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-stack-depchain', version='3.9.13')
)
libraryDependencies += "io.vertx" % "vertx-stack-depchain" % "3.9.13"
[io.vertx/vertx-stack-depchain "3.9.13"]