<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-docgen</artifactId> <version>0.9.1</version> </dependency>
implementation 'io.vertx:vertx-docgen:0.9.1'
implementation("io.vertx:vertx-docgen:0.9.1")
libraryDependencies += "io.vertx" % "vertx-docgen" % "0.9.1"
@Grapes( @Grab(group='io.vertx', module='vertx-docgen', version='0.9.1') )
<dependency org="io.vertx" name="vertx-docgen" rev="0.9.1" />
[io.vertx/vertx-docgen "0.9.1"]
'io.vertx:vertx-docgen:jar:0.9.1'
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-parent</artifactId> <version>14</version> </parent>
provided
|-- com.fasterxml.jackson.core:jackson-core:2.9.5
|-- com.fasterxml.jackson.core:jackson-databind:2.9.5
system
|-- com.sun:tools:1.8
test
|-- junit:junit:4.12