GroupId | GroupIdio.vertx |
---|---|
ArtifactId | ArtifactIdvertx-stack-depchain |
Version | Version4.0.0 |
Type | Typejar |
Filename | Size |
---|---|
vertx-stack-depchain-4.0.0.pom | 11 KB |
vertx-stack-depchain-4.0.0-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>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-stack-depchain/
implementation 'io.vertx:vertx-stack-depchain:4.0.0'
// https://jarcasting.com/artifacts/io.vertx/vertx-stack-depchain/
implementation ("io.vertx:vertx-stack-depchain:4.0.0")
'io.vertx:vertx-stack-depchain:jar:4.0.0'
<dependency org="io.vertx" name="vertx-stack-depchain" rev="4.0.0">
<artifact name="vertx-stack-depchain" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-stack-depchain', version='4.0.0')
)
libraryDependencies += "io.vertx" % "vertx-stack-depchain" % "4.0.0"
[io.vertx/vertx-stack-depchain "4.0.0"]