<dependency> <groupId>io.airlift</groupId> <artifactId>log</artifactId> <version>249</version> </dependency>
implementation 'io.airlift:log:249'
implementation("io.airlift:log:249")
libraryDependencies += "io.airlift" % "log" % "249"
@Grapes( @Grab(group='io.airlift', module='log', version='249') )
<dependency org="io.airlift" name="log" rev="249" />
[io.airlift/log "249"]
'io.airlift:log:jar:249'
<parent> <groupId>io.airlift</groupId> <artifactId>airlift</artifactId> <version>249</version> </parent>
compile
|-- com.google.errorprone:error_prone_annotations
test
|-- com.google.guava:guava
|-- org.assertj:assertj-core
|-- org.junit.jupiter:junit-jupiter-api