is not current version
Last Version 1.3.2

org.vert-x:vertx-junit-annotations 1.3.0.final

vert.x - Effortless asynchronous application development for the modern web and enterprise

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.vert-x
ArtifactId

ArtifactId

vertx-junit-annotations
Version

Version

1.3.0.final
Type

Type

jar

Download vertx-junit-annotations 1.3.0.final


<!-- https://jarcasting.com/artifacts/org.vert-x/vertx-junit-annotations/ -->
<dependency>
    <groupId>org.vert-x</groupId>
    <artifactId>vertx-junit-annotations</artifactId>
    <version>1.3.0.final</version>
</dependency>
// https://jarcasting.com/artifacts/org.vert-x/vertx-junit-annotations/
implementation 'org.vert-x:vertx-junit-annotations:1.3.0.final'
// https://jarcasting.com/artifacts/org.vert-x/vertx-junit-annotations/
implementation ("org.vert-x:vertx-junit-annotations:1.3.0.final")
'org.vert-x:vertx-junit-annotations:jar:1.3.0.final'
<dependency org="org.vert-x" name="vertx-junit-annotations" rev="1.3.0.final">
  <artifact name="vertx-junit-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.vert-x', module='vertx-junit-annotations', version='1.3.0.final')
)
libraryDependencies += "org.vert-x" % "vertx-junit-annotations" % "1.3.0.final"
[org.vert-x/vertx-junit-annotations "1.3.0.final"]