| License | License | 
|---|---|
| Categories | CategoriesJUnit Unit Testing | 
| GroupId | GroupIdorg.vert-x | 
| ArtifactId | ArtifactIdvertx-junit-annotations | 
| Last Version | Last Version1.3.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionvertx-junit-annotations 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/org.vert-x/vertx-junit-annotations/ -->
<dependency>
    <groupId>org.vert-x</groupId>
    <artifactId>vertx-junit-annotations</artifactId>
    <version>1.3.2</version>
</dependency>// https://jarcasting.com/artifacts/org.vert-x/vertx-junit-annotations/
implementation 'org.vert-x:vertx-junit-annotations:1.3.2'// https://jarcasting.com/artifacts/org.vert-x/vertx-junit-annotations/
implementation ("org.vert-x:vertx-junit-annotations:1.3.2")'org.vert-x:vertx-junit-annotations:jar:1.3.2'<dependency org="org.vert-x" name="vertx-junit-annotations" rev="1.3.2">
  <artifact name="vertx-junit-annotations" type="jar" />
</dependency>@Grapes(
@Grab(group='org.vert-x', module='vertx-junit-annotations', version='1.3.2')
)libraryDependencies += "org.vert-x" % "vertx-junit-annotations" % "1.3.2"[org.vert-x/vertx-junit-annotations "1.3.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.vert-x : vertx-core | jar | 1.3.1.final | 
| junit : junit | jar | 4.10 | 
| org.vert-x : vertx-platform | jar | 1.3.1.final | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.vert-x : vertx-lang-rhino | jar | 1.3.1.final | 
| org.vert-x : vertx-lang-java | jar | 1.3.1.final | 
| org.mozilla : rhino | jar | 1.7R4 |