| License | License | 
|---|---|
| GroupId | GroupIdorg.vert-x | 
| ArtifactId | ArtifactIdvertx-core | 
| Last Version | Last Version1.3.1.final | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionvert.x vert.x - Effortless asynchronous application development for the modern web and enterprise | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| vertx-core-1.3.1.final.pom | |
| vertx-core-1.3.1.final.jar | 496 KB | 
| vertx-core-1.3.1.final-sources.jar | 255 KB | 
| vertx-core-1.3.1.final-javadoc.jar | 591 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.vert-x/vertx-core/ -->
<dependency>
    <groupId>org.vert-x</groupId>
    <artifactId>vertx-core</artifactId>
    <version>1.3.1.final</version>
</dependency>// https://jarcasting.com/artifacts/org.vert-x/vertx-core/
implementation 'org.vert-x:vertx-core:1.3.1.final'// https://jarcasting.com/artifacts/org.vert-x/vertx-core/
implementation ("org.vert-x:vertx-core:1.3.1.final")'org.vert-x:vertx-core:jar:1.3.1.final'<dependency org="org.vert-x" name="vertx-core" rev="1.3.1.final">
  <artifact name="vertx-core" type="jar" />
</dependency>@Grapes(
@Grab(group='org.vert-x', module='vertx-core', version='1.3.1.final')
)libraryDependencies += "org.vert-x" % "vertx-core" % "1.3.1.final"[org.vert-x/vertx-core "1.3.1.final"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.6.2 | 
| log4j : log4j | jar | 1.2.16 | 
| io.netty : netty | jar | 3.5.9.Final | 
| org.codehaus.jackson : jackson-core-asl | jar | 1.9.4 | 
| org.codehaus.jackson : jackson-mapper-asl | jar | 1.9.4 | 
| com.hazelcast : hazelcast | jar | 2.4.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.10 |