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