Files download
File Operation
vertx-parent-1.6.pom download
Apache Maven
<dependency>
  <groupId>com.github.susom</groupId>
  <artifactId>vertx-parent</artifactId>
  <version>1.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.susom:vertx-parent:1.6'
Gradle Kotlin
implementation("com.github.susom:vertx-parent:1.6")
Scala SBT
libraryDependencies += "com.github.susom" % "vertx-parent" % "1.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.susom', module='vertx-parent', version='1.6')
)
Apache Ivy
<dependency org="com.github.susom" name="vertx-parent" rev="1.6" />
Leiningen
[com.github.susom/vertx-parent "1.6"]
Apache Buildr
'com.github.susom:vertx-parent:jar:1.6'