License |
License |
---|---|
GroupId | GroupIdio.vertx |
ArtifactId | ArtifactIdvertx-testframework |
Last Version | Last Version2.0.0-final |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionvertx-testframework
vert.x - Effortless asynchronous application development for the modern web and enterprise
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-testframework/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-testframework</artifactId>
<version>2.0.0-final</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-testframework/
implementation 'io.vertx:vertx-testframework:2.0.0-final'
// https://jarcasting.com/artifacts/io.vertx/vertx-testframework/
implementation ("io.vertx:vertx-testframework:2.0.0-final")
'io.vertx:vertx-testframework:jar:2.0.0-final'
<dependency org="io.vertx" name="vertx-testframework" rev="2.0.0-final">
<artifact name="vertx-testframework" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-testframework', version='2.0.0-final')
)
libraryDependencies += "io.vertx" % "vertx-testframework" % "2.0.0-final"
[io.vertx/vertx-testframework "2.0.0-final"]