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