All Downloads are FREE. Search and download functionalities are using the official Maven repository.

override.dependencies.adoc Maven / Gradle / Ivy

There is a newer version: 7.8.0
Show newest version
If you are using Maven or Gradle, add the following dependency to the _dependencies_ section of your
project descriptor to access the Vert.x Core API:

* Maven (in your `pom.xml`):

[source,xml,subs="+attributes"]
----

  io.vertx
  vertx-core
  ${maven.version}

----

* Gradle (in your `build.gradle` file):

[source,groovy,subs="+attributes"]
----
dependencies {
  compile 'io.vertx:vertx-core:${maven.version}'
}
----




© 2015 - 2024 Weber Informatics LLC | Privacy Policy