<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-core-logging</artifactId> <version>5.0.0.CR2</version> </dependency>
implementation 'io.vertx:vertx-core-logging:5.0.0.CR2'
implementation("io.vertx:vertx-core-logging:5.0.0.CR2")
libraryDependencies += "io.vertx" % "vertx-core-logging" % "5.0.0.CR2"
@Grapes( @Grab(group='io.vertx', module='vertx-core-logging', version='5.0.0.CR2') )
<dependency org="io.vertx" name="vertx-core-logging" rev="5.0.0.CR2" />
[io.vertx/vertx-core-logging "5.0.0.CR2"]
'io.vertx:vertx-core-logging:jar:5.0.0.CR2'
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-core-aggregator</artifactId> <version>5.0.0.CR2</version> </parent>
compile
|-- org.apache.logging.log4j:log4j-api
|-- org.slf4j:slf4j-api
test
|-- junit:junit
|-- org.hamcrest:hamcrest-core
|-- org.assertj:assertj-core
|-- org.slf4j:slf4j-simple
|-- org.apache.logging.log4j:log4j-core